dotfiles/bashrc

11 lines
125 B
Bash
Raw Permalink Normal View History

2017-08-23 13:48:49 +00:00
#
# ~/.bashrc
#
2018-04-28 07:55:38 +00:00
GPG_TTY=$(tty)
export GPG_TTY
2017-08-23 13:48:49 +00:00
# If not running interactively, don't do anything
[[ $- != *i* ]] && return