diff --git a/README.md b/README.md index d1132f6..7af86dd 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ $? :most recent foreground pipeline exit status. $- :current options set for the shell. $$ :pid of the current shell (not subshell). $! :is the PID of the most recent background command. +$_ :last of parameterers of recent command. $DESKTOP_SESSION current display manager $EDITOR preferred text editor.