about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-13 21:50:15 -0500
committerCase Duckworth2024-06-13 21:50:15 -0500
commit7681c14e3c61a4864e14e426f338995df3bea27b (patch)
tree5dbdf94be94c27d3720c7ea7e22fded580a5c203
parentEmacs! (diff)
downloaddots-7681c14e3c61a4864e14e426f338995df3bea27b.tar.gz
dots-7681c14e3c61a4864e14e426f338995df3bea27b.zip
Uh changes?
-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