diff options
Diffstat (limited to '.local/bin/shortcutgen')
-rwxr-xr-x | .local/bin/shortcutgen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen index 7022e83..3f26e99 100755 --- a/.local/bin/shortcutgen +++ b/.local/bin/shortcutgen @@ -49,7 +49,7 @@ function remove_whitespace(str) { print "g" lc_col2 "() {cd " $3 "}" > zsh_filepath # Write to $XDG_CACHE_HOME/env-shortcuts - print "export G" uc_col2 "=\"" $3 "\"" > env_filepath + print "export G" uc_col2 "=" $3 "" > env_filepath } } ' "$src" |