From 541d526f1cdf239b8acce3c1cf153eca8b0c3e14 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 10 Mar 2013 23:48:04 +1300 Subject: Found a better way to fix this --- bash/bashrc | 3 --- 1 file changed, 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 -- cgit v1.2.3