|
|
|
@ -164,6 +164,11 @@ if [ -d "$HOME/.cargo/bin" ] ; then |
|
|
|
export PATH="$HOME/.cargo/bin:$PATH" |
|
|
|
export PATH="$HOME/.cargo/bin:$PATH" |
|
|
|
fi |
|
|
|
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 |
|
|
|
##TMUX pre automatické spustenie -> touch ~/.tmux.auto |
|
|
|
if [ -f ~/.tmux.auto ]; then |
|
|
|
if [ -f ~/.tmux.auto ]; then |
|
|
|
|