Add new aliases
This commit is contained in:
parent
36266195d1
commit
c002ba957b
3 changed files with 6 additions and 0 deletions
.config/zsh
|
@ -50,6 +50,7 @@ autoload edit-command-line; zle -N edit-command-line
|
|||
bindkey '^e' edit-command-line
|
||||
|
||||
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
|
||||
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)
|
||||
|
||||
# Load zsh-syntax-highlighting; should be last.
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue