Adding alias for 'bigfont' in a tty

This commit is contained in:
Derek Taylor
2025-04-20 12:58:23 -05:00
parent 260937be2c
commit 68437e78c5
3 changed files with 9 additions and 0 deletions

View File

@@ -221,6 +221,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
alias bigfont="setfont ter-132b"
# bare git repo alias for dotfiles
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"