[misc] add ~/Nextcloud/bin to path
This commit is contained in:
parent
760bb79aa6
commit
52751ee989
|
@ -57,7 +57,7 @@ if status is-interactive
|
|||
end
|
||||
|
||||
# === PATH and file sourcing
|
||||
append_paths ~/go/bin ~/bin ~/.local/bin ~/.yarn/bin ~/dotfiles/bin ~/dotfiles/devops/bin
|
||||
append_paths ~/go/bin ~/bin ~/.local/bin ~/.yarn/bin ~/dotfiles/bin ~/dotfiles/devops/bin ~/Nextcloud/bin
|
||||
source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \
|
||||
~/.jabba/jabba.fish \
|
||||
~/.asdf/asdf.fish \
|
||||
|
@ -65,13 +65,5 @@ if status is-interactive
|
|||
|
||||
# === auto cd into last activated directory
|
||||
test "$PWD" = "$HOME" && cd $last_pwd
|
||||
|
||||
#if test -n "$TMUX"
|
||||
#function ssh
|
||||
#tmux rename-window $argv[-1]
|
||||
#command ssh $argv
|
||||
#tmux setw automatic-rename
|
||||
#end
|
||||
#end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user