add few aliases
This commit is contained in:
@@ -33,11 +33,18 @@
|
|||||||
ll = "ls -lh";
|
ll = "ls -lh";
|
||||||
la = "ls -la";
|
la = "ls -la";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
"..." = "cd ../..";
|
||||||
|
|
||||||
c = "clear";
|
c = "clear";
|
||||||
addpath = "export PATH=$PATH:$1";
|
addpath = "export PATH=$PATH:$1";
|
||||||
tree = "eza --tree";
|
tree = "eza --tree";
|
||||||
"..." = "cd ../..";
|
|
||||||
gcapush = "f() { git add -A && git commit -m \"$1\" && git push; }; f";
|
gitpa = "f() { git add -A && git commit -m \"$1\" && git push; }; f";
|
||||||
|
|
||||||
|
home-cnfg = "nvim ~/.config/home-manager/home.nix";
|
||||||
|
home-rr = "home-manager switch";
|
||||||
|
cnfg = "sudo nvim /nixos/configuration.nix";
|
||||||
|
rr = "sudo nixos-rebuild switch";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtraBeforeCompInit = ''
|
initExtraBeforeCompInit = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user