summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-05-23 09:48:02 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-05-23 09:48:02 +0100
commit6575e05ef82bfb4ed7c4805643e1eaad61624da4 (patch)
tree12ecb6054716b6c6d7d54412f6bbbcb5ad0f9059 /bash
parentbf681b02022b8bee8c122d0d3de2f1d4a3d0a174 (diff)
Update
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc4
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