mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
zsh-sytnax-highlighting
This commit is contained in:
parent
127d027598
commit
389615df11
4 changed files with 18 additions and 8 deletions
|
|
@ -121,6 +121,7 @@ plugins=(
|
|||
web-search
|
||||
zsh-autosuggestions
|
||||
zsh-interactive-cd
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
|
||||
# Linux only optional plugins
|
||||
|
|
@ -193,6 +194,14 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
|
|||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias gnb='git nb' # new branch aka checkout -b
|
||||
alias gdtl='git difftool --no-prompt'
|
||||
if [ -x "$(command -v colorls)" ]; then
|
||||
alias ls="colorls"
|
||||
alias la="colorls -al"
|
||||
fi
|
||||
if [ -x "$(command -v colorls)" ]; then
|
||||
alias ls="colorls"
|
||||
alias la="colorls -al"
|
||||
fi
|
||||
|
||||
# Other custom config
|
||||
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue