aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 63e91fa2..a30b78cf 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -151,6 +151,9 @@ alias gdb='gdb -q'
# I always want a unified diff.
alias diff='diff -u'
+# I don't like the X popup for the pass utility.
+alias pass='env DISPLAY= pass'
+
# Attach to existing tmux session rather than create a new one if possible.
function tmux {
if [[ -n "$*" ]]; then