diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 13:02:00 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 13:02:00 +0200 |
commit | 9c2e9f955ea6240c2dec68647a4b71cd3f1ed7b8 (patch) | |
tree | b9a81dc63c443cf48bc9c2be19a1005d8d07a06d /.bash_profile | |
parent | e2f69c3bc006642198258256134f2012c3c6aef0 (diff) |
some dotfiles organization
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..b82ed01 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1 |