From e62729c0b6ec94d708a51f4741925591194efcfd Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 21 May 2025 15:28:08 -0500 Subject: [PATCH] Correcting the tobash, tofish, tozsh aliases. --- .bashrc | 6 +++--- .config/fish/config.fish | 6 +++--- .zshrc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index ef845b7..8aa97a3 100644 --- a/.bashrc +++ b/.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" # 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 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 tobash="chsh $USER -s /bin/bash && 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="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 alias bigfont="setfont ter-132b" diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 1253151..bd3ea54 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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" # 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 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 tobash="chsh $USER -s /bin/bash && 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="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 alias bigfont="setfont ter-132b" diff --git a/.zshrc b/.zshrc index 970a041..eb688e3 100644 --- a/.zshrc +++ b/.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" # 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 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 tobash="chsh $USER -s /bin/bash && 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="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 alias bigfont="setfont ter-132b"