aboutsummaryrefslogtreecommitdiff
path: root/programs/bash.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-26 08:12:34 +0000
committerAkshay <[email protected]>2021-12-26 08:12:34 +0000
commitdb6e371719b7ad80b9ed0610fe709e85d5a5a815 (patch)
treec3b5feb2b471386e608feb4046e4c2c38c68cd24 /programs/bash.nix
parent621c630b684f6624dc3cb269257a9cfa4110dded (diff)
re-enable fzf
Diffstat (limited to 'programs/bash.nix')
-rw-r--r--programs/bash.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/programs/bash.nix b/programs/bash.nix
index cbba2de..fcde389 100644
--- a/programs/bash.nix
+++ b/programs/bash.nix
@@ -79,7 +79,6 @@
79 initExtra = '' 79 initExtra = ''
80 [ -f $HOME/.github ] && . $HOME/.github 80 [ -f $HOME/.github ] && . $HOME/.github
81 [ -f ~/.bash_aliases ] && . ~/.bash_aliases 81 [ -f ~/.bash_aliases ] && . ~/.bash_aliases
82 [ -f ~/.fzf.bash ] && source ~/.fzf.bash
83 eval "$(direnv hook bash)" 82 eval "$(direnv hook bash)"
84 export PS1='\n$(pista)' 83 export PS1='\n$(pista)'
85 export PATH=$PATH:"$HOME/scripts" 84 export PATH=$PATH:"$HOME/scripts"