Add some more bash aliases
This commit is contained in:
parent
52391b1f9e
commit
bdcd362792
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
||||||
|
|
||||||
config = "vim /etc/nixos/configuration.nix";
|
config = "vim /etc/nixos/configuration.nix";
|
||||||
hmconf = "vim /etc/nixos/common/home-manager.nix";
|
hmconf = "vim /etc/nixos/common/home-manager.nix";
|
||||||
|
hmhconf = "vim /etc/nixos/common/home-manager/home.nix";
|
||||||
switch = "sudo nixos-rebuild switch";
|
switch = "sudo nixos-rebuild switch";
|
||||||
|
|
||||||
nr = "nix run --impure";
|
nr = "nix run --impure";
|
||||||
|
@ -101,6 +102,7 @@
|
||||||
|
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gb = "git branch";
|
gb = "git branch";
|
||||||
|
gbd = "git branch -d";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
gcan = "git commit --amend --no-edit";
|
gcan = "git commit --amend --no-edit";
|
||||||
|
|
Loading…
Reference in a new issue