Added some aliases

This commit is contained in:
2017-09-14 13:05:43 +02:00
parent 609f5cd7ee
commit 555312a091
2 changed files with 16 additions and 0 deletions

7
aliases.d/mc Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if (which mc &> /dev/null); then
if [ "$TERM" = "rxvt-unicode" ]; then
alias mc="TERM=rxvt-unicode-256color mc"
fi
fi