Make SRC lowercase

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-20 15:47:08 +01:00
parent a5e3b4e3c3
commit bc2253cb48

View file

@ -61,7 +61,7 @@ clitip() {
xmlstarlet unesc | fmt -80 | iconv -t US
}
GIT_REPOS=(~/.password-store ~/setup_cockpit ~/Keepass ~/TSSR ~/Lessons/* ~/personal_scripts ~/RootMe ~/SRC/*)
GIT_REPOS=(~/.password-store ~/setup_cockpit ~/Keepass ~/tssr ~/Lessons/* ~/personal_scripts ~/RootMe ~/src/*)
cockpit() { # enable pass-like commands (ex: cockpit git push)
local start_dir="$PWD"