[misc] add devops/bin to PATH
This commit is contained in:
parent
980b9be257
commit
b897be2cc1
|
@ -53,12 +53,12 @@ if status is-interactive
|
|||
alias dt='date "+%Y%m%d-%H%M%S"'
|
||||
|
||||
# === PATH and file sourcing
|
||||
append_paths ~/.yarn/bin ~/dotfiles/bin
|
||||
append_paths ~/.yarn/bin ~/dotfiles/bin ~/dotfiles/devops/bin
|
||||
source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \
|
||||
~/.profile.fish
|
||||
|
||||
# === auto cd into last activated directory
|
||||
cd $last_pwd
|
||||
test -z "$TMUX" && cd $last_pwd
|
||||
|
||||
if test -n "$TMUX"
|
||||
function ssh
|
||||
|
|
Loading…
Reference in New Issue
Block a user