updated many packages, switched over to bswpm from i3
This commit is contained in:
parent
5981db910e
commit
01f972e6b8
7 changed files with 310 additions and 2 deletions
12
bash_profile.txt
Normal file
12
bash_profile.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||
exec startx
|
||||
fi
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue