This commit is contained in:
whoami 2024-09-07 08:09:58 +00:00
parent adfe7fa8fd
commit 639ef9ced5
4 changed files with 9 additions and 4 deletions

View File

@ -2,9 +2,8 @@
sxhkd &
echo ~/.config/sxhkd/sxhkdrc | entr -np pkill -USR1 -x sxhkd &
pulseaudio &
#dunst &
dunst &
#keepassxc &
#syncthing --no-browser &
rm ~/core
#syncthing --no-browser &> /dev/null &
exec dbus-run-session i3

2
.zprofile Normal file
View File

@ -0,0 +1,2 @@
export PATH=/home/user/.bin:$PATH
export PATH=/home/user/.scripts:$PATH

3
.zshrc
View File

@ -17,6 +17,7 @@ compinit
preexec() { print -Pn "\e]0;$1\a" }
_ms() { a=$PWD;cd ~/music;b=$(fzf);echo "Playing: $PWD/$b";mpv "$b"; cd $a }
_es() { cd ~/.scripts; vim $(fzf) }
alias vi="vim"
alias htop="htop -C"
@ -46,3 +47,5 @@ alias ga="git add ."
alias gs="git status"
alias gsc="git config --global credential.helper store"
alias gl="git pull"
alias yt="ytfzf"
alias es="_es"

View File

@ -2,4 +2,5 @@
pkill polybar
polybar main
polybar main &> /dev/null
rm ~/core