Fixes evaluation warnings for deprecated settings.
TTZMDTJO3H6M2ZPFNW6HYXGFVM7YSBA4NKWQCXDNLVZK4QAXNFWQC GMG4ZCYOTGXSWXDRIKLDEEL22ZPRX46KWGCTKULRLFY4LQLN4TPQC UDFGU6X2GVJSKYXZEF37SS3UH47NUYHGRFG2HGMNDSUVSBGSDI6AC ONJIY3TNGUJSQ4HRL2AIMDKYWYFICVZAHRU2GVY7LZ7ULWPY7NWQC UDJHWRQM6REBOHZBCCPL2BJPH2HDBMT7VOKKS5PFBVNFBQIDWPWAC 7JXSMY6LHRP5IAYJMTKHYUOWAOFQFPG3ORTGW432GFVQ5GUKXVDQC KS6BKN73G3KK54BWWHT76DHYTHYPXVZYEALNOV6ENTW6CRKY53VQC SCB7IK7YNYAR3WTV2XYGPYCGCUW2GPJSWAA5S2ZGCYSZ5AZKXIDAC 5G7WRBMWKG6DMCOHE6WQHTYZACUHO2UPBZRWN72CFH7P45NN5E7QC YFWDBAWXXEYS2Q2JAAL56B3NDNC4AV5KFNM3VPH6OXNKEOX6RDKAC YQTJKSDUZ6Y6LSJGOKBYQOPG3IG5RFMRKO2JGVUN5Q7AHPGOWFTAC 3YM6RNMKXXSOW6TELU5A5LWTTNPTA5GDRTLJZTMUAJL3EM4LOI3AC 2DIZADJ7LT4NBPGYWHLVDIQLG2IXELNR62GHYDXIGPWXBXMMDGBAC BMH36OHVL6DAJUXZ7K4HUMLDJ6BZ32IMLMQGZBTZFJK2YLXXH66AC NSVZE7IGPMVKRMPDGLTWXU7DJIKWB5YJRD5KYVRHG4LHBQZMHRMQC lg = "log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
lg = "log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
a = ''!f() { \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \
a = /* bash */ ''!f() { \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git add "$matches"; \echo "added: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git add; \echo "added all matches"; \fi; \done; \}; f'';r = /* bash */ ''!f() { \if [ $# -eq 0 ]; then \git restore .; \echo "restored all files"; \return; \
if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git add "$matches"; \echo "added: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git add; \echo "added all matches"; \
for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git restore "$matches"; \echo "restored: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \printf "restore all? (y/n): "; \read response; \if echo "$response" | grep -q "^[Yy]"; then \echo "$matches" | xargs git restore; \echo "restored all matches"; \fi; \fi; \done; \}; f'';rs = /* bash */ ''!f() { \if [ $# -eq 0 ]; then \git restore --staged .; \echo "unstaged all files"; \return; \
done; \}; f'';r = ''!f() { \if [ $# -eq 0 ]; then \git restore .; \echo "restored all files"; \return; \fi; \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \
for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git restore --staged "$matches"; \echo "unstaged: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \printf "unstage all? (y/n): "; \read response; \if echo "$response" | grep -q "^[Yy]"; then \echo "$matches" | xargs git restore --staged; \echo "unstaged all matches"; \fi; \fi; \done; \}; f'';d = /* bash */ ''!f() { \if [ $# -eq 0 ]; then \git diff; \return; \
if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git restore "$matches"; \echo "restored: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \printf "restore all? (y/n): "; \read response; \if echo "$response" | grep -q "^[Yy]"; then \echo "$matches" | xargs git restore; \echo "restored all matches"; \
for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git diff "$matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git diff; \
done; \}; f'';rs = ''!f() { \if [ $# -eq 0 ]; then \git restore --staged .; \echo "unstaged all files"; \return; \fi; \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git restore --staged "$matches"; \echo "unstaged: $matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \printf "unstage all? (y/n): "; \read response; \if echo "$response" | grep -q "^[Yy]"; then \echo "$matches" | xargs git restore --staged; \echo "unstaged all matches"; \
for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git diff --staged "$matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git diff --staged; \
fi; \done; \}; f'';d = ''!f() { \if [ $# -eq 0 ]; then \git diff; \return; \fi; \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git diff "$matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git diff; \fi; \done; \}; f'';ds = ''!f() { \if [ $# -eq 0 ]; then \git diff --staged; \return; \fi; \for pattern in "$@"; do \matches=$(git ls-files | grep -i "$pattern"); \if [ -z "$matches" ]; then \echo "no files found matching \"$pattern\""; \continue; \fi; \if [ $(echo "$matches" | wc -l) -eq 1 ]; then \git diff --staged "$matches"; \else \echo "multiple matches for \"$pattern\":"; \echo "$matches"; \echo "$matches" | xargs git diff --staged; \fi; \done; \}; f'';
done; \}; f'';};