1
0
Fork 0

minor changes

This commit is contained in:
Luca Bilke 2023-06-28 23:25:27 +02:00
parent 3b8f53eef1
commit 8bfda32ff6
3 changed files with 6 additions and 5 deletions

@ -1 +1 @@
Subproject commit db26d33fe6d0f91bf058f175743e2adeac7f9ea3 Subproject commit 62726e01ced3d191617c0b5f2c03d6ff1b6359a3

View File

@ -50,6 +50,7 @@ fi
if command -v xbps-install 1>/dev/null 2>&1; then if command -v xbps-install 1>/dev/null 2>&1; then
alias \ alias \
xin="xbps-install" \ xin="xbps-install" \
xup="xbps-install -Syu" \
xre="xbps-remove" \ xre="xbps-remove" \
xse="xbps-query -Rs" xse="xbps-query -Rs"
fi fi

View File

@ -16,10 +16,10 @@ _comp_options+=(globdots)
zle_highlight+=(paste:none) zle_highlight+=(paste:none)
function write_venv(){ # function write_venv(){
echo -n "${VIRTUAL_ENV}" > "/tmp/current_venv-$$" # echo -n "${VIRTUAL_ENV}" > "/tmp/current_venv-$$"
} # }
add-zsh-hook precmd write_venv # add-zsh-hook precmd write_venv
# Set the titlestring # Set the titlestring
function write_title_cmd() { function write_title_cmd() {