Last active
October 17, 2019 17:21
-
-
Save ahmadawais/a45085e8d1125af9d05365cef3629ce5 to your computer and use it in GitHub Desktop.
π₯ #OneDevMinute: Reload your bash or Zsh shell.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reload the shell (i.e. invoke as a login shell). | |
alias reload="exec $SHELL -l" | |
alias rf="source ~/.zshrc" | |
# Typos addressed. | |
alias relaod="reload" | |
alias reld="reload" | |
alias rld="reload" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment