config: updates from adding instalee to aur
This commit is contained in:
parent
6569378a9e
commit
1dc8ff3381
|
@ -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
|
||||
|
|
2
.zshenv
2
.zshenv
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue