From cb58019bee2585e6d47bd995baeb93fa00622f8b Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 23 Nov 2018 19:51:17 +0100 Subject: Fix bug du to alias with some program --- zsh/.zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zsh/aliases.zsh') 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 -- cgit v1.2.1