Added set shell alias
This commit is contained in:
parent
13d0beeb26
commit
8c2f14fc38
@ -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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user