add few aliases
This commit is contained in:
@@ -33,11 +33,18 @@
|
||||
ll = "ls -lh";
|
||||
la = "ls -la";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
|
||||
c = "clear";
|
||||
addpath = "export PATH=$PATH:$1";
|
||||
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user