🚀 add interactive aliases
parent
2c4004d1f8
commit
78250842be
|
@ -27,6 +27,8 @@
|
|||
cat = "bat";
|
||||
feh = "feh --auto-zoom --scale-down";
|
||||
grep = "rg";
|
||||
rm = "rm -i";
|
||||
mv = "mv -i";
|
||||
|
||||
ssh = "TERM=xterm-color command ssh";
|
||||
|
||||
|
|
Loading…
Reference in New Issue