update aliases

This commit is contained in:
David Tomaschik
2024-08-04 15:36:39 -07:00
parent e99d20e47e
commit efe093471c

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 -x squashfs -x fuse" alias dfh="df -h -x tmpfs -x devtmpfs -x squashfs -x fuse -x efivarfs"
# 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"