mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Correcting the tobash, tofish, tozsh aliases.
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -247,9 +247,9 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
# change your default USER shell
|
# change your default USER shell
|
||||||
alias tobash="sudo chsh $USER -s /bin/bash && echo 'Log out and log back in for change to take effect.'"
|
alias tobash="chsh $USER -s /bin/bash && 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 tozsh="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="chsh $USER -s /bin/fish && echo 'Log out and log back in for change to take effect.'"
|
||||||
|
|
||||||
# bigger font in tty and regular font in tty
|
# bigger font in tty and regular font in tty
|
||||||
alias bigfont="setfont ter-132b"
|
alias bigfont="setfont ter-132b"
|
||||||
|
|||||||
@@ -217,9 +217,9 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
# change your default USER shell
|
# change your default USER shell
|
||||||
alias tobash="sudo chsh $USER -s /bin/bash && echo 'Log out and log back in for change to take effect.'"
|
alias tobash="chsh $USER -s /bin/bash && 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 tozsh="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="chsh $USER -s /bin/fish && echo 'Log out and log back in for change to take effect.'"
|
||||||
|
|
||||||
# bigger font in tty and regular font in tty
|
# bigger font in tty and regular font in tty
|
||||||
alias bigfont="setfont ter-132b"
|
alias bigfont="setfont ter-132b"
|
||||||
|
|||||||
6
.zshrc
6
.zshrc
@@ -221,9 +221,9 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
# change your default USER shell
|
# change your default USER shell
|
||||||
alias tobash="sudo chsh $USER -s /bin/bash && echo 'Log out and log back in for change to take effect.'"
|
alias tobash="chsh $USER -s /bin/bash && 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 tozsh="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="chsh $USER -s /bin/fish && echo 'Log out and log back in for change to take effect.'"
|
||||||
|
|
||||||
# bigger font in tty and regular font in tty
|
# bigger font in tty and regular font in tty
|
||||||
alias bigfont="setfont ter-132b"
|
alias bigfont="setfont ter-132b"
|
||||||
|
|||||||
Reference in New Issue
Block a user