Added some aliases
This commit is contained in:
7
aliases.d/mc
Normal file
7
aliases.d/mc
Normal 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
|
Reference in New Issue
Block a user