File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ antigen use oh-my-zsh
108108# oh-my-zsh included bundles
109109antigen bundle rust
110110antigen bundle colored-man-pages
111- antigen bundle common-aliases
111+ # antigen bundle common-aliases
112112antigen bundle git
113113antigen bundle wd
114114
@@ -234,7 +234,9 @@ alias show-colors='for i in {0..255}; do printf "\x1b[38;5;${i}mcolor%-5i\x1b[0m
234234alias emoj=" uvx emoji-fzf preview | fzf --preview 'emoji-fzf get --name {1}' | cut -d \" \" -f 1 | emoji-fzf get | xclip"
235235
236236# no safe cp for me
237- unalias rm cp mv
237+ (( $+ aliases[rm] )) && unalias rm
238+ (( $+ aliases[cp] )) && unalias cp
239+ (( $+ aliases[mv] )) && unalias mv
238240
239241# pipe data to gnuplot
240242alias gplot=' gnuplot -e "set terminal dumb; plot ' " '" ' -' " '" ' notitle"'
You can’t perform that action at this time.
0 commit comments