aboutsummaryrefslogtreecommitdiff
path: root/programs/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/bash.nix')
-rw-r--r--programs/bash.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/bash.nix b/programs/bash.nix
index 66546c2..9ad3217 100644
--- a/programs/bash.nix
+++ b/programs/bash.nix
@@ -25,6 +25,7 @@
25 tree = "tree -C"; 25 tree = "tree -C";
26 vim = "nvim"; 26 vim = "nvim";
27 tb = "nc termbin.com 9999"; 27 tb = "nc termbin.com 9999";
28 n = "j";
28 29
29 # git aliases 30 # git aliases
30 gb = "git branch -v"; 31 gb = "git branch -v";