Delete bash_profile and bashrc

This commit is contained in:
Ivan Malison 2021-08-01 01:33:45 -06:00
parent 00d03e9774
commit 6c24e702c5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 0 additions and 9 deletions

View File

@ -1 +0,0 @@
source ~/.lib/login.sh

View File

@ -1,8 +0,0 @@
# This is necessary for tramp.
[ $TERM == "dumb" ] && PS1='$ ' && return
source ~/.lib/shellenv.sh # Emulate zshs env/rc distinction
source ~/.lib/shellrc.sh
source ~/.lib/bash.sh
# added by travis gem
[ -f /Users/imalison/.travis/travis.sh ] && source /Users/imalison/.travis/travis.sh