🔧 Migrate to widescreen system

This commit is contained in:
Nicolas Rojas 2026-01-29 22:50:39 -05:00
parent 07dfd39ab6
commit 985725fe00
Signed by: nicolas
SSH key fingerprint: SHA256:63vzRwuWo8QR5AlNxq2pRK7SVdfrEpx6o2WPHY+lZ0Q
11 changed files with 49 additions and 40 deletions

2
zshrc
View file

@ -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; }