diff options
-rw-r--r-- | .aliases | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,3 +141,6 @@ alias chromekill="ps ux | grep '[C]hrome Helper --type=renderer' | grep -v exten # Lock the screen (when going AFK) alias afk="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend" + +# Reload the shell (i.e. invoke as a login shell) +alias reload="exec $SHELL -l" |