set svdir in zprofile
This commit is contained in:
parent
8fe5048088
commit
138c533735
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue