diff --git a/.bashrc b/.bashrc index 26b71ee..0b02814 100644 --- a/.bashrc +++ b/.bashrc @@ -6,12 +6,12 @@ export HISTCONTROL=ignoredups:erasedups export HISTFILESIZE=1000 export HISTSIZE=1000 +export GPG_TTY=$(tty) # We hate sudo here alias sudo='sh -c "exit 1"' # Other aliases alias c='clear' alias ls='ls --color=auto -FAh' -#alias ls='exa --color=auto -Fah' alias ll='ls -l' alias rebash='. ~/.bashrc' alias bashrc="$EDITOR ~/.bashrc && rebash"