1
0
Fork 0

set svdir in zprofile

This commit is contained in:
Luca Bilke 2024-01-15 23:11:54 +01:00
parent 8fe5048088
commit 138c533735
2 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,7 @@ export XDG_STATE_HOME="$HOME/.local/state"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
export STOW_DIR="$XDG_DATA_HOME/stow"
export SVDIR="$HOME/.local/sv"
export WORKON_HOME="$XDG_DATA_HOME/virtualenv"
export ZSH_COMPDUMP="$XDG_CACHE_HOME/zcompdump"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"

View File

@ -47,7 +47,6 @@ alias \
alias \
x="xbps-install" \
xr="xbps-remove" \
usv="SVDIR=\"${HOME}/.local/sv\" sv" \
xsi="xpkg -a |\
fzf -m --preview 'xq {1} | \\grep -e pkgver -e license -e short_desc -e installed_size -e maintainer -e repository -e homepage' --preview-window=right:66%:wrap |\
xargs -ro xi"