diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/alias.bash | 6 | ||||
-rw-r--r-- | bash/env.profile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bash/alias.bash b/bash/alias.bash index 2328526..11a38dd 100644 --- a/bash/alias.bash +++ b/bash/alias.bash @@ -4,8 +4,8 @@ alias ls="ls --color" alias la="ls -a" alias ll="ls -lh" -alias vim="nvim" +#alias vim="nvim" -alias ssh="TERM=xterm-color ssh" +#alias ssh="TERM=xterm-color ssh" -alias gradle="./gradlew" +#alias gradle="./gradlew" diff --git a/bash/env.profile b/bash/env.profile index ceb0b92..a1fe557 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -13,7 +13,7 @@ appendpath "$DOTFILEBASE/scripts" export PATH unset appendpath -export EDITOR=nvim +#export EDITOR=nvim #Java Gradle hopme PATH -export GRADLE_USER_HOME=~/.gradle +#export GRADLE_USER_HOME=~/.gradle |