added zsh aliases
This commit is contained in:
parent
17b548d7d5
commit
361de1c0b4
1 changed files with 14 additions and 0 deletions
|
|
@ -118,6 +118,20 @@
|
|||
path = "$ZDOTDIR/.zsh_history";
|
||||
save = 10000000;
|
||||
};
|
||||
enableAutosuggestions = lib.mkDefault true;
|
||||
enableCompletion = lib.mkDefault true;
|
||||
enableSyntaxHighlighting = lib.mkDefault true;
|
||||
shellAliases = {
|
||||
ls = "exa -l";
|
||||
lsa = "exa -al";
|
||||
cd = "z";
|
||||
osrb = "sudo nixos-rebuild $1 ~/nixos-config/#creatorforge-framework";
|
||||
zel = "zellij -s";
|
||||
ns = "nix-shell";
|
||||
top = "btm";
|
||||
hx = "hx .";
|
||||
cat = "bat";
|
||||
};
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue