forked from DustVoice/dotfiles
Update some outdated files
This commit is contained in:
parent
bc13c61a94
commit
e8d6e0501e
3 changed files with 2 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
||||||
rofi.run-command: zsh -c '{cmd}'
|
|
||||||
rofi.run-list-command: 'zsh -c rofi-scripts'
|
|
|
@ -6,5 +6,5 @@ else
|
||||||
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
|
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
|
||||||
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
i3
|
bspwm
|
||||||
fi
|
fi
|
||||||
|
|
2
.zshenv
2
.zshenv
|
@ -1,7 +1,7 @@
|
||||||
typeset -TUx PATH path
|
typeset -TUx PATH path
|
||||||
typeset -TUx LD_LIBRARY_PATH ld_library_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
|
if [[ -f $HOME/.zshpath ]]; then
|
||||||
source $HOME/.zshpath
|
source $HOME/.zshpath
|
||||||
|
|
Loading…
Reference in a new issue