diff --git a/.bashrc b/.bashrc index 921ee6c..d1c086f 100644 --- a/.bashrc +++ b/.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