$away: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
No edit summary |
(No difference)
|
Returns $true or $false showing if you are marked as away or not
$away
alias awaycheck { if ($away == $true) { echo -a I am currently away. } else { echo -a I am currently NOT away. } }