diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
| commit | a13339e0e99118870498ecfdea22292c7e267eb2 (patch) | |
| tree | 127c8a7b88ca6b5eddc7ec567122ec129c72799a /profile/.bash_profile | |
dotfiles with stow structure
Diffstat (limited to 'profile/.bash_profile')
| -rw-r--r-- | profile/.bash_profile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/profile/.bash_profile b/profile/.bash_profile new file mode 100644 index 0000000..62773b6 --- /dev/null +++ b/profile/.bash_profile @@ -0,0 +1,20 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +#if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then + #startx +#fi + +#[ -z "$DISPLAY" -a "$(fgconsole)" -eq 1 ] && exec startx + +export PATH=$PATH:$HOME/.config/Scripts +export XDG_CONFIG_HOME="$HOME/.config" +export BROWSER="firefox" +export EDITOR="vim" +export TERMINAL="st" +export READER="zathura" +export QT_QPA_PLATFORMTHEME=qt5ct +startx |
