Fix autostart, sourcing and shellcheck issues
This commit is contained in:
parent
5baac728fe
commit
499c012601
5 changed files with 7 additions and 7 deletions
.config
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -a
|
||||
. "/etc/profile"
|
||||
#. "/etc/profile"
|
||||
. "$HOME/.config/user-dirs.dirs"
|
||||
. "$XDG_CONFIG_HOME/locale.conf"
|
||||
set +a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue