From b94868f9118f0ae3316f68210a7e0e9256b76c06 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 21 May 2020 01:14:23 +0200 Subject: updated bash --- bash/alias.bash | 6 +++--- bash/env.profile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bash') 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 -- cgit v1.2.3