diff --git a/README.md b/README.md index 7af86dd..e495f2c 100644 --- a/README.md +++ b/README.md @@ -120,7 +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. +$_ :last argument of the previously executed command, or the path of the bash script. $DESKTOP_SESSION current display manager $EDITOR preferred text editor.