mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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
|
||||||
antigen_plugins="git
|
antigen_plugins="git
|
||||||
common-alias
|
common-alias
|
||||||
alias-tips
|
|
||||||
sudo
|
sudo
|
||||||
zsh-navigation-tools
|
zsh-navigation-tools
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
zdharma/fast-syntax-highlighting
|
zdharma/fast-syntax-highlighting
|
||||||
zsh-users/zsh-autosuggestions
|
zsh-users/zsh-autosuggestions
|
||||||
djui/alias-tips"
|
djui/alias-tips
|
||||||
|
"
|
||||||
|
|
||||||
uname=$(uname -a)
|
uname=$(uname -a)
|
||||||
if [[ $uname == *"Darwin"* ]]; then
|
if [[ $uname == *"Darwin"* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user