Adding alias for 'regfont' in a tty

This commit is contained in:
Derek Taylor
2025-04-20 13:02:42 -05:00
parent 68437e78c5
commit 040a92149a
3 changed files with 6 additions and 3 deletions

3
.zshrc
View File

@@ -225,8 +225,9 @@ alias tobash="sudo chsh $USER -s /bin/bash && echo 'Log out and log back in for
alias tozsh="sudo chsh $USER -s /bin/zsh && echo 'Log out and log back in for change to take effect.'"
alias tofish="sudo chsh $USER -s /bin/fish && echo 'Log out and log back in for change to take effect.'"
# bigger font in tty
# bigger font in tty and regular font in tty
alias bigfont="setfont ter-132b"
alias regfont="setfont default8x16"
# bare git repo alias for managing my dotfiles
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"