Pridanie .goto

master v3.14
Štefan Bystriansky 2 years ago
parent 74a4f8bec8
commit 6a90180ba1
Signed by: stevo
GPG Key ID: 5584F1ECF6232C7B
  1. 5
      .bashrc

@ -164,6 +164,11 @@ if [ -d "$HOME/.cargo/bin" ] ; then
export PATH="$HOME/.cargo/bin:$PATH"
fi
# symbolický link do zložky pre rýchly pohyb v zložkách
if [ -d "$HOME/.goto" ]; then
export CDPATH=".:$HOME/.goto:/"
alias goto="cd -P"
fi
##TMUX pre automatické spustenie -> touch ~/.tmux.auto
if [ -f ~/.tmux.auto ]; then

Loading…
Cancel
Save