zsh: reorganize

This commit is contained in:
Grigory Shipunov 2020-12-03 01:16:54 +01:00
parent 9e9e8afd5a
commit 1b61337582
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
4 changed files with 59 additions and 21 deletions

View file

@ -1,3 +1,8 @@
# PATH manipulation
## for pipx
export PATH=$HOME/.local/bin:$PATH
# QoL aliases
export EDITOR="vi"
export VISUAL="nvim"