🔧 Migrate to widescreen system
This commit is contained in:
parent
07dfd39ab6
commit
985725fe00
11 changed files with 49 additions and 40 deletions
2
zshrc
2
zshrc
|
|
@ -38,7 +38,7 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|||
# Extend PATH as needed
|
||||
export PATH=$PATH:/usr/local/bin:$HOME/.local/bin:$HOME/.go/bin:$HOME/.cargo/bin
|
||||
# Environment variables
|
||||
export EDITOR=nvim
|
||||
export EDITOR=helix
|
||||
export VISUAL=$EDITOR
|
||||
# Aliases
|
||||
gitup() { git add -A ; git commit -m "$1" ; git push; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue