Skip to content

Commit

Permalink
feat(bash): add .bash_logout
Browse files Browse the repository at this point in the history
Remove cached sudo credentials upon logout
  • Loading branch information
matijs committed Mar 15, 2024
1 parent b63834a commit e1a998d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash_logout
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ~/.bash_logout

/usr/bin/sudo -K

0 comments on commit e1a998d

Please sign in to comment.