Skip to content

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
=====================================================================

--- Bug Fixes ----------------------------

- removed an error message when using installation through aur
  • Loading branch information
wrynegade committed Mar 12, 2024
1 parent 768bd14 commit bd554f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/lib/config.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#####################################################################

[ ! $SCWRYPTS_ROOT ] \
&& SCWRYPTS_ROOT="$(cd $(dirname "${0:a:h}"); git rev-parse --show-toplevel)"
&& SCWRYPTS_ROOT="$(cd $(dirname "${0:a:h}"); git rev-parse --show-toplevel 2>/dev/null)"

[ ! $SCWRYPTS_ROOT ] && [ -d /usr/share/scwrypts ] \
&& SCWRYPTS_ROOT=/usr/share/scwrypts
Expand Down

0 comments on commit bd554f1

Please sign in to comment.