Update aliases

This commit is contained in:
David Tomaschik
2023-11-13 20:53:36 -08:00
parent 6a9358cd21
commit 7c1c5cfbd7

View File

@@ -52,7 +52,7 @@ alias ipy="ipython3"
alias bc="command bc -q" alias bc="command bc -q"
# Get a decently readable df # Get a decently readable df
alias dfh="df -h -x tmpfs -x devtmpfs" alias dfh="df -h -x tmpfs -x devtmpfs -x squashfs -x fuse"
# Clear the GPG agent # Clear the GPG agent
alias clear-gpg-agent="echo RELOADAGENT | gpg-connect-agent" alias clear-gpg-agent="echo RELOADAGENT | gpg-connect-agent"