diff options
Diffstat (limited to 'bash/.bashrc')
-rw-r--r-- | bash/.bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index e5d6fc1..76d8d48 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,3 +1,5 @@ +# Prompt +PS1='\w $ ' - +# FZF [ -f ~/.fzf.bash ] && source ~/.fzf.bash |