aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-10 23:48:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-10 23:48:04 +1300
commit541d526f1cdf239b8acce3c1cf153eca8b0c3e14 (patch)
treeb651154c5c04353d26978902dd79e665d3e9b3d6
parentMake pass ignore DISPLAY (diff)
downloaddotfiles-541d526f1cdf239b8acce3c1cf153eca8b0c3e14.tar.gz
dotfiles-541d526f1cdf239b8acce3c1cf153eca8b0c3e14.zip
Found a better way to fix this
-rw-r--r--bash/bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index a30b78cf..63e91fa2 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -151,9 +151,6 @@ 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