aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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