aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-10 17:12:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-10 17:12:30 +1300
commit8d1bb850cbe388ccfd6b18371519a0054555f351 (patch)
tree4ba0fea2324df46f10a0852e57b83b2e1b533d54
parentUse point size for terminal font not pixels (diff)
downloaddotfiles-8d1bb850cbe388ccfd6b18371519a0054555f351.tar.gz
dotfiles-8d1bb850cbe388ccfd6b18371519a0054555f351.zip
Make pass ignore DISPLAY
I don't like the popup
-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