[misc] add devops/bin to PATH

This commit is contained in:
Klesh Wong 2021-01-18 00:30:00 +08:00
parent 980b9be257
commit b897be2cc1

View File

@ -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