From e38658ec1c69821680b82ba3de57b8a4783aba19 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Sep 2023 13:39:01 +0530 Subject: dump --- programs/bash.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'programs/bash.nix') diff --git a/programs/bash.nix b/programs/bash.nix index 2a3cb97..bff2eb9 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -14,6 +14,7 @@ shellAliases = { "..." = "cd -- ../.."; + "...." = "cd -- ../../.."; grep = "grep --color=auto"; l = "ls -CF"; la = "ls -A"; @@ -24,7 +25,6 @@ tmux = "tmux -u"; tree = "tree -C"; tb = "nc termbin.com 9999"; - n = "j"; # git aliases gb = "git branch -v"; @@ -71,8 +71,6 @@ }; initExtra = '' - [ -f $HOME/.github ] && . $HOME/.github - eval "$(direnv hook bash)" export PATH=$PATH:"$HOME/scripts" export PROMPT_COMMAND="tmux refresh-client -S"; export PS1="\n\001\e[0;36m\002λ\001\e[0m\002 "; @@ -116,7 +114,6 @@ function __rm() { git worktree remove "$1" } - ''; }; -- cgit v1.2.3