Added set shell alias

This commit is contained in:
Phil 2022-11-27 21:22:05 +00:00
parent 13d0beeb26
commit 8c2f14fc38

View File

@ -316,3 +316,8 @@ function my-domains()
{
lines=$(cat ~/.domains/domains.txt);for domain in $lines; do echo "$(whois $domain | grep -i 'Expiry date:')" - $domain; done
}
## Change Default Shell
alias set-shell-bash=chsh -s /usr/bin/bash
alias set-shell-zsh=chsh -s /usr/bin/zsh
alias set-shell-tmux=chsh -s /usr/bin/tmux