From c1e1efddeffc548704d32b5a5d641168da4502ed Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Sun, 13 Jun 2021 09:52:22 +0930 Subject: [PATCH] Update zshrc --- .dwm/autostart.sh | 7 +++---- .zshrc | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index 6b7a68c..0f6e117 100644 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -5,14 +5,13 @@ xmodmap -e 'keycode 135 = Super_R' & xmodmap -e 'keycode 66 = Escape' & xmodmap -e 'keycode 9 = Caps_Lock' & -pulseaudio --start & +#pulseaudio --start & dunst & xautolock -time 10 -locker slock & feh --bg-fill ~/Pictures/Wallpapers/nature/$(ls ~/Pictures/Wallpapers/nature/ | shuf -n 1) -compton -b --backend xrender --config ~/.config/compton/compton.conf & +#compton -b --backend xrender --config ~/.config/compton/compton.conf & unclutter & -transmission-daemon & +#transmission-daemon & #conky -d & ~/.dwm/dwm-sss & -~/.bin/greenclip daemon & diff --git a/.zshrc b/.zshrc index c59e9b2..747ff6c 100644 --- a/.zshrc +++ b/.zshrc @@ -152,7 +152,6 @@ bindkey '^e' edit-command-line # Load syntax highlighting; should be last. source ~/.zsh/fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null -source ~/.iterm2_shell_integration.zsh # Go up directory structures @@ -170,3 +169,5 @@ git-prune() { export PATH="/usr/local/opt/php@7.4/bin:$PATH" export PATH="/usr/local/opt/php@7.4/sbin:$PATH" + +eval "$(starship init zsh)"