diff options
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index 70ef14a..a53d285 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -68,7 +68,7 @@ alias ag="rg" alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst' alias mixer="alsamixer" #alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.mpd/playlists/all.m3u" -alias find="fd" +#alias find="fd" # Remove this alias because conflid when script use find command alias matrix="cmatrix -b" alias tempwatch="while :; do sensors; sleep 1 && clear; done;" #alias term="urxvtc -hold -e " #used for run menu |