diff --git a/.config/nvim b/.config/nvim index db26d33fe..62726e01c 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit db26d33fe6d0f91bf058f175743e2adeac7f9ea3 +Subproject commit 62726e01ced3d191617c0b5f2c03d6ff1b6359a3 diff --git a/.config/zsh/configs/aliases b/.config/zsh/configs/aliases index 2111aa2a0..c3db8141d 100644 --- a/.config/zsh/configs/aliases +++ b/.config/zsh/configs/aliases @@ -50,6 +50,7 @@ fi if command -v xbps-install 1>/dev/null 2>&1; then alias \ xin="xbps-install" \ + xup="xbps-install -Syu" \ xre="xbps-remove" \ xse="xbps-query -Rs" fi diff --git a/.config/zsh/configs/setup b/.config/zsh/configs/setup index 31c21cb9a..d59517c50 100644 --- a/.config/zsh/configs/setup +++ b/.config/zsh/configs/setup @@ -16,10 +16,10 @@ _comp_options+=(globdots) zle_highlight+=(paste:none) -function write_venv(){ - echo -n "${VIRTUAL_ENV}" > "/tmp/current_venv-$$" -} -add-zsh-hook precmd write_venv +# function write_venv(){ +# echo -n "${VIRTUAL_ENV}" > "/tmp/current_venv-$$" +# } +# add-zsh-hook precmd write_venv # Set the titlestring function write_title_cmd() {