diff options
-rw-r--r-- | shrc | 7 | ||||
-rwxr-xr-x | xautostart | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/shrc b/shrc index 8e70784..135b216 100644 --- a/shrc +++ b/shrc | |||
@@ -24,9 +24,10 @@ case "$0" in | |||
24 | PS1+=$'\1\e[34m\1$(pwd_tilde)\1\e[0m\1 ' | 24 | PS1+=$'\1\e[34m\1$(pwd_tilde)\1\e[0m\1 ' |
25 | PS1+=$'$ ' | 25 | PS1+=$'$ ' |
26 | ;; | 26 | ;; |
27 | *bash) PS1='$(ecdollar)\$ \[\e[4m\]\w\[\e[0m\] > ' | 27 | *bash) |
28 | PS1='\[\e[1m\]($(ecdollar) \w )\[\e[0m\] ' | 28 | #PS1='$(ecdollar)\$ \[\e[4m\]\w\[\e[0m\] > ' |
29 | ;; | 29 | PS1='\[\e[1m\]($(ecdollar) \w )\[\e[0m\] ' |
30 | ;; | ||
30 | esac | 31 | esac |
31 | 32 | ||
32 | # Aliases | 33 | # Aliases |
diff --git a/xautostart b/xautostart index 321101c..b1edcd5 100755 --- a/xautostart +++ b/xautostart | |||
@@ -14,5 +14,6 @@ once() { | |||
14 | } | 14 | } |
15 | 15 | ||
16 | once keepassxc | 16 | once keepassxc |
17 | once dunst | ||
17 | once nextcloud | 18 | once nextcloud |
18 | once emacs --daemon | 19 | once emacs --daemon |