diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index cb405c0..4fa525e 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -6,7 +6,7 @@ if [ $(uname) == "Linux" ]; then { alias ll='l -a' alias lt='l -at' alias ltr='l -art' -} fi +}; fi if [ $(uname) == "Darwin" ]; then { alias l='ls -GlT' @@ -17,10 +17,7 @@ if [ $(uname) == "Darwin" ]; then { export PATH=/opt/local/bin:/opt/local/sbin:$PATH #cmake export PATH="/Applications/CMake.app/Contents/bin":$PATH - - # JetBrains launchers - function idea() { '/Applications/IntelliJ IDEA CE.app/Contents/MacOS/idea' $1 &>/dev/null & } -} fi +}; fi ## PATH #rust