mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
xsessionrc: Add $HOME/.local to $PATH.
This commit is contained in:
parent
23aadf9f87
commit
9853365a9b
1
.cat.sh
1
.cat.sh
@ -7,6 +7,7 @@ cat zshrc > ~/.zshrc
|
|||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings.
|
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings.
|
||||||
#cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
|
#cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
|
||||||
|
cat xsessionrc > ~/.xsessionrc
|
||||||
exec $SHELL
|
exec $SHELL
|
||||||
|
|
||||||
# vim : set ft=sh :
|
# vim : set ft=sh :
|
||||||
|
1
xsessionrc
Normal file
1
xsessionrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
PATH=$HOME/.packages:$PATH
|
Loading…
Reference in New Issue
Block a user