mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Adding alias for 'regfont' in a tty
This commit is contained in:
@@ -251,8 +251,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 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.'"
|
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 bigfont="setfont ter-132b"
|
||||||
|
alias regfont="setfont default8x16"
|
||||||
|
|
||||||
# bare git repo alias for managing my dotfiles
|
# bare git repo alias for managing my dotfiles
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
||||||
|
|||||||
@@ -221,8 +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 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.'"
|
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 bigfont="setfont ter-132b"
|
||||||
|
alias regfont="setfont default8x16"
|
||||||
|
|
||||||
# bare git repo alias for dotfiles
|
# bare git repo alias for dotfiles
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
||||||
|
|||||||
@@ -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 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.'"
|
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 bigfont="setfont ter-132b"
|
||||||
|
alias regfont="setfont default8x16"
|
||||||
|
|
||||||
# bare git repo alias for managing my dotfiles
|
# bare git repo alias for managing my dotfiles
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
||||||
|
|||||||
Reference in New Issue
Block a user