summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 01:14:23 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 01:14:23 +0200
commitb94868f9118f0ae3316f68210a7e0e9256b76c06 (patch)
tree60e13fc99ee92f815491411cf289998fab176962
parent6759e3654354b041af6b717fa893a6fa334f6e6e (diff)
downloaddotfiles-b94868f9118f0ae3316f68210a7e0e9256b76c06.tar.gz
updated bash
-rw-r--r--bash/alias.bash6
-rw-r--r--bash/env.profile4
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