old bash_profile deleted
This commit is contained in:
parent
b93dfe71c0
commit
be07b304b3
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
export PATH="$PATH:$HOME/.scripts"
|
||||
export EDITOR="vim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox"
|
||||
|
||||
# Uncomment lines below to autostart i3 when logged in:
|
||||
#if [[ "$(tty)" = "/dev/tty1" ]]; then
|
||||
#pgrep i3 || exec startx
|
||||
#fi
|
Loading…
Reference in a new issue