diff options
author | neodarz <neodarz@neodarz/net> | 2018-11-23 19:51:17 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-11-23 19:51:17 +0100 |
commit | cb58019bee2585e6d47bd995baeb93fa00622f8b (patch) | |
tree | ed647812ae27d177b1616c87229387d3811d21b8 /zsh | |
parent | 4db37d6e9fa407a756e002c7740fbd639cb2a797 (diff) | |
download | dotfiles_ascii-cb58019bee2585e6d47bd995baeb93fa00622f8b.tar.xz dotfiles_ascii-cb58019bee2585e6d47bd995baeb93fa00622f8b.zip |
Fix bug du to alias with some program
Diffstat (limited to 'zsh')
-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 |