🚀 add interactive aliases

dev-docs
Moritz Böhme 2022-03-22 12:59:29 +01:00
parent 2c4004d1f8
commit 78250842be
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 2 additions and 0 deletions

View File

@ -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";