Compare commits
No commits in common. "0af9e3415f4af559674123ef6f06ef6d9eba9313" and "80b6d4eae4e7fb2f2cdd41f0398999489d77db8c" have entirely different histories.
0af9e3415f
...
80b6d4eae4
2 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
||||||
exec swaync
|
exec swaync
|
||||||
exec kanshi
|
exec kanshi
|
||||||
exec "mbsync -a"
|
exec "mbsync -a"
|
||||||
exec "mpd"
|
exec "mpd && mpd-mpris -host ~/.mpd/socket -network unix"
|
||||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
|
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
|
||||||
|
|
||||||
exec "foot --app-id=neomutt neomutt"
|
exec "foot --app-id=neomutt neomutt"
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
|
||||||
precmd () { vcs_info }
|
precmd () { vcs_info }
|
||||||
|
|
||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
|
PS1='%F{5} %3~ ${vcs_info_msg_0_}%f%# '
|
||||||
"$REMOTE" && PS1='%n@%m '$PS1
|
"$REMOTE" && PS1='%n@%m '$PS1
|
||||||
|
|
||||||
alias ls='ls --color=always'
|
alias ls='ls --color=always'
|
||||||
|
|
Loading…
Reference in a new issue