-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
Description
In bash, $_ should be “the last argument of the last command executed”
Instead, this is overwritten:
> @ravi@boxy:~/.dotfiles(master* u+1)$ echo "This argument should be printed"
> This argument should be printed
> @ravi@boxy:~/.dotfiles(master* u+1)$ echo $_
> chruby_auto
> @ravi@boxy:~/.dotfiles(master* u+1)$
werbeckes, skull-squadron and LeZuse