Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active October 17, 2019 17:21
Show Gist options
  • Save ahmadawais/a45085e8d1125af9d05365cef3629ce5 to your computer and use it in GitHub Desktop.
Save ahmadawais/a45085e8d1125af9d05365cef3629ce5 to your computer and use it in GitHub Desktop.
πŸ”₯ #OneDevMinute: Reload your bash or Zsh shell.
# 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