aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rwxr-xr-x[-rw-r--r--]bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 6dd3691..389ebb4 100644..100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -5,7 +5,7 @@
5# If not running interactively, don't do anything 5# If not running interactively, don't do anything
6[[ $- != *i* ]] && return 6[[ $- != *i* ]] && return
7 7
8export PS1='[\d][\t]\u on \h\n\w => ' 8export PS1='[\d][\t]\u on \h\n\w $ '
9 9
10export PATH="$PATH:$HOME/.local/bin" 10export PATH="$PATH:$HOME/.local/bin"
11export PATH="$PATH:$HOME/.local/usr/bin" 11export PATH="$PATH:$HOME/.local/usr/bin"