ignore
This commit is contained in:
parent
ff1ce6fc6e
commit
1cf588aeb3
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -237,3 +237,7 @@ Upscayl/
|
|||
xournalpp/
|
||||
jupyter/
|
||||
ipython/
|
||||
VSCodium/
|
||||
google-chrome-for-testing/
|
||||
onlyoffice/
|
||||
vesktop/
|
||||
|
|
|
@ -33,7 +33,7 @@ PATH="$HOME/.config/scripts/dwm${PATH:+:${PATH}}"
|
|||
PATH="$HOME/.config/wrappers${PATH:+:${PATH}}"
|
||||
PATH="$HOME/.config/scripts${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 2>/dev/null | sed '/\*/!d;s/^\*\s*//g;s/\s*$//g')"
|
||||
|
|
Loading…
Reference in a new issue