Add some zsh aliases.
This commit is contained in:
parent
6aeff332e0
commit
a45556f05b
@ -19,14 +19,18 @@
|
|||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
# General aliases
|
||||||
grep = "grep --color=auto";
|
grep = "grep --color=auto";
|
||||||
cp = "cp -iv";
|
cp = "cp -iv";
|
||||||
rm = "rm -iv";
|
rm = "rm -iv";
|
||||||
mkd = "mkdir -pv";
|
mkd = "mkdir -pv";
|
||||||
less = "less -R";
|
less = "less -R";
|
||||||
nnn = ''LC_COLLATE="C" nnn -xeaiH'';
|
|
||||||
df = "df -h -x devtmpfs -x tmpfs -x usbfs -x loop";
|
df = "df -h -x devtmpfs -x tmpfs -x usbfs -x loop";
|
||||||
free = "free -mht";
|
free = "free -mht";
|
||||||
|
# nnn on crack
|
||||||
|
nnn = ''LC_COLLATE="C" nnn -xeaiH'';
|
||||||
|
# Buku powerup
|
||||||
|
b = "buku -p";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user