Update some outdated files

master
David Holland 2020-04-02 20:33:36 +02:00
parent bc13c61a94
commit e8d6e0501e
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
3 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
rofi.run-command: zsh -c '{cmd}'
rofi.run-list-command: 'zsh -c rofi-scripts'

View File

@ -6,5 +6,5 @@ else
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
i3
bspwm
fi

View File

@ -1,7 +1,7 @@
typeset -TUx PATH path
typeset -TUx LD_LIBRARY_PATH ld_library_path
path=("$HOME/bin" "$HOME/.local/bin" "/usr/local/bin" "$path[@]" "$HOME/JUCE")
path=("$HOME/bin" "$HOME/.local/bin" "/usr/local/bin" "$path[@]")
if [[ -f $HOME/.zshpath ]]; then
source $HOME/.zshpath