set variables from zprofile
This commit is contained in:
7
.zshrc
7
.zshrc
@ -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
|
||||
|
||||
Reference in New Issue
Block a user