Skip to content

Commit

Permalink
feat(alias): better zsh reload
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Apr 24, 2024
1 parent a010846 commit 349ef43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliases/zsh.aliases.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

alias rl='source ~/.zshrc; echo ".zshrc reloaded"'
# https://github.com/ohmyzsh/ohmyzsh/issues/5243#issuecomment-253649851
alias rl='exec zsh'
alias regen='zgenom reset;source ~/.zshrc'

# Main directories
Expand Down

0 comments on commit 349ef43

Please sign in to comment.