about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shrc7
-rwxr-xr-xxautostart1
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 ;;
30esac 31esac
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
16once keepassxc 16once keepassxc
17once dunst
17once nextcloud 18once nextcloud
18once emacs --daemon 19once emacs --daemon