ZSH: facilitées pour Sublime Merge

vif
Olivier DOSSMANN 2019-12-14 16:30:12 +01:00
parent 9569386807
commit f7e6b077cb
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
typeset -U PATH path
path=("$HOME/.local/bin" "$HOME/bin" "$path[@]")
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]")
export PATH
# Autocomplètement supplémentaire (Docker)

1
.zshrc
View File

@ -112,6 +112,7 @@ setopt transient_rprompt
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias e="${EDITOR}"
alias r="${EDITOR} -R"
alias sm="sublime_merge"
alias vi="${EDITOR}"
alias mem='free -mt'
alias df='df -hT'