set variables from zprofile

This commit is contained in:
2025-07-09 23:10:22 +05:00
parent 6ab8430653
commit 17d803c517
3 changed files with 18 additions and 14 deletions

7
.zshrc
View File

@ -24,12 +24,7 @@ alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" "
alias rutracker='RUTRACKER_USERNAME=$(pass show rutracker | grep -oP "username:\K.*") RUTRACKER_PASSWORD=$(pass show rutracker | head -n 1) rust_rutracker_cli'
alias weather='curl wttr.in/tyumen'
alias toggle_vpn='sudo toggle_vpn'
export WLR_NO_HARDWARE_CURSORS=1
export EDITOR=nvim
export SUDO_EDITOR=/usr/bin/nvim
export XDG_CURRENT_DESKTOP=Sway
export HOMEBREW_NO_AUTO_UPDATE=true
alias rr='ranger'
### Added by Zinit's installer
if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then