config: updates from adding instalee to aur

This commit is contained in:
xeruf 2022-07-10 20:10:31 +02:00
parent 6569378a9e
commit 1dc8ff3381
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ case "$command" in
exec $SHELL;;
(create)
git add -f .gitignore PKGBUILD
git commit -m "Create package" "$@"
git commit -m "Create Package" "$@"
git aur push --amend;;
(commit)
makepkg --printsrcinfo > .SRCINFO

View File

@ -9,8 +9,10 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_CACHE_HOME="$HOME/.local/cache"
export XDG_CONFIG_HOME="$HOME/.config"
export JOURNAL="$(eval "dirname $(grep -1 journals $XDG_CONFIG_HOME/jrnl/jrnl.yaml | tail -1 | cut -d':' -f2-)" ||
echo "$DATA/2-box/journal")"
export INSTALEE_HOME="$DATA/1-projects/1-personal/instalee"
# adjust programs to use xdg
export MNT=/run/media/$USER
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority