[misc] add ~/Nextcloud/bin to path
This commit is contained in:
parent
760bb79aa6
commit
52751ee989
|
@ -57,7 +57,7 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
|
|
||||||
# === PATH and file sourcing
|
# === 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 \
|
source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \
|
||||||
~/.jabba/jabba.fish \
|
~/.jabba/jabba.fish \
|
||||||
~/.asdf/asdf.fish \
|
~/.asdf/asdf.fish \
|
||||||
|
@ -65,13 +65,5 @@ if status is-interactive
|
||||||
|
|
||||||
# === auto cd into last activated directory
|
# === auto cd into last activated directory
|
||||||
test "$PWD" = "$HOME" && cd $last_pwd
|
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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user