swapped some shell aliases to abbreviations
fun and cool feature, also lets you modify the command since it types
out the full thing for you, yippee 🙂
This commit is contained in:
parent
bfde0fdfef
commit
80a894e05a
1 changed files with 4 additions and 2 deletions
|
|
@ -6,11 +6,13 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "eza -lh";
|
ls = "eza -lh";
|
||||||
ip = "ip --color=auto";
|
ip = "ip --color=auto";
|
||||||
nano = "nvim";
|
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
};
|
||||||
|
shellAbbrs = {
|
||||||
|
nano = "nvim";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
|
||||||
# Aliases for my nixos workflow
|
# Abbreviations for my nixos workflow
|
||||||
nixos-switch = "sudo nixos-rebuild switch --flake ~/nixconf &| nom";
|
nixos-switch = "sudo nixos-rebuild switch --flake ~/nixconf &| nom";
|
||||||
home-switch = "home-manager switch --flake ~/nixconf &| nom";
|
home-switch = "home-manager switch --flake ~/nixconf &| nom";
|
||||||
server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom";
|
server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue