Merge pull request #38 from sarlej/add-$_

Add '$_'
This commit is contained in:
Bonnie I-Man Ng 2023-03-16 15:02:21 +08:00 committed by GitHub
commit 520f053c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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