Tweak zsh
This commit is contained in:
parent
d48e0cf6c9
commit
ba81862388
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
history = {
|
||||
expireDuplicatesFirst = true;
|
||||
|
@ -46,6 +47,7 @@
|
|||
cp = "cp -i"; # Confirm before overwriting something
|
||||
df = "df -h";
|
||||
free = "free -m";
|
||||
ll = "ls -la";
|
||||
np = "nano -w PKGBUILD";
|
||||
more = "less";
|
||||
hgrep = "history | grep";
|
||||
|
|
Loading…
Reference in a new issue