mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
fix alias tips
This commit is contained in:
parent
8517e22e66
commit
4d78664769
|
@ -4,13 +4,13 @@ env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh
|
|||
# antigen plugins
|
||||
antigen_plugins="git
|
||||
common-alias
|
||||
alias-tips
|
||||
sudo
|
||||
zsh-navigation-tools
|
||||
colored-man-pages
|
||||
zdharma/fast-syntax-highlighting
|
||||
zsh-users/zsh-autosuggestions
|
||||
djui/alias-tips"
|
||||
djui/alias-tips
|
||||
"
|
||||
|
||||
uname=$(uname -a)
|
||||
if [[ $uname == *"Darwin"* ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user