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, 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"