diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 12:35:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 12:35:17 -0400 |
| commit | be07b304b3bcb8db2d898a41132a094146d90eab (patch) | |
| tree | 037a38b37a0eee6257aa50589babb3d7b2a40da9 /.bash_profile | |
| parent | b93dfe71c084a284f4dfb0e4d2ad43e8c0b08dff (diff) | |
| download | eibhear-be07b304b3bcb8db2d898a41132a094146d90eab.tar.gz eibhear-be07b304b3bcb8db2d898a41132a094146d90eab.tar.zst eibhear-be07b304b3bcb8db2d898a41132a094146d90eab.zip | |
old bash_profile deleted
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 2941fb6..0000000 --- a/.bash_profile +++ /dev/null @@ -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 |
