mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Update .bashrc
remove key
This commit is contained in:
parent
016b89ca27
commit
9d70d277a1
1 changed files with 1 additions and 2 deletions
3
.bashrc
3
.bashrc
|
|
@ -1,6 +1,5 @@
|
|||
# pip should only run if there is a virtualenv currently activated
|
||||
#export PIP_REQUIRE_VIRTUALENV=true
|
||||
export GPGKEY=A2A7D8BB
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
|
|
@ -20,4 +19,4 @@ alias status='git status'
|
|||
alias lsa="ls -la"
|
||||
alias ll='ls -FGlahp'
|
||||
|
||||
alias f='open -a Finder ./'
|
||||
alias f='open -a Finder ./'
|
||||
|
|
|
|||
Loading…
Reference in a new issue