This commit is contained in:
tavo 2024-09-19 08:50:00 -06:00
parent ff1ce6fc6e
commit 1cf588aeb3
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -237,3 +237,7 @@ Upscayl/
xournalpp/ xournalpp/
jupyter/ jupyter/
ipython/ ipython/
VSCodium/
google-chrome-for-testing/
onlyoffice/
vesktop/

View file

@ -33,7 +33,7 @@ PATH="$HOME/.config/scripts/dwm${PATH:+:${PATH}}"
PATH="$HOME/.config/wrappers${PATH:+:${PATH}}" PATH="$HOME/.config/wrappers${PATH:+:${PATH}}"
PATH="$HOME/.config/scripts${PATH:+:${PATH}}" PATH="$HOME/.config/scripts${PATH:+:${PATH}}"
PATH="$HOME/.local/bin${PATH:+:${PATH}}" PATH="$HOME/.local/bin${PATH:+:${PATH}}"
#PATH="/usr/local/plan9/bin${PATH:+:${PATH}}" PATH="$HOME/.local/state/nix/profile/bin${PATH:+:${PATH}}"
git_branch() { git_branch() {
GIT_BRANCH="$(git branch 2>/dev/null | sed '/\*/!d;s/^\*\s*//g;s/\s*$//g')" GIT_BRANCH="$(git branch 2>/dev/null | sed '/\*/!d;s/^\*\s*//g;s/\s*$//g')"