summaryrefslogtreecommitdiff
path: root/hm/shell
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 16:05:13 +0100
committeradikro <adikro@disroot.org>2025-12-20 16:05:13 +0100
commit1a0ce3881898cab412b3d93ddda0b69849d527bc (patch)
treed6ecf3b1a1e43cd45d7731ba6fc33d97ff77f910 /hm/shell
parenta738e0be3ab0280ea9985c3ac20f264e05929771 (diff)
some more small changes
Diffstat (limited to 'hm/shell')
-rw-r--r--hm/shell/fish.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix
index b2e349a..9fb6a29 100644
--- a/hm/shell/fish.nix
+++ b/hm/shell/fish.nix
@@ -14,16 +14,19 @@ in
'';
shellAliases = {
- nos = "nh os switch";
- nob = "nh os boot";
+ update = "git add . && git commit -m \"$1\" && nh os switch .";
+
+ nos = "nh os switch .";
+ nob = "nh os boot .";
nfu = "nix flake update";
+
ll = "ls -lah";
la = "ls -A";
md = "mkdir -p";
rmf = "rm -rf";
- gl = "git log --oneline --graph --decorate";
untar = "tar -xzvf";
tarc = "tar -czvf";
+
ff = "fastfetch";
cat = "bat";
ls = "eza";