summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-13 01:06:22 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-13 01:06:22 -0400
commite45405aabb815d85f32d61b1d98f233ccf89e4b4 (patch)
tree56a39ac4f32209051aa823c941867ece20b174f5 /.local
parent48e146db80e2af2d980105ee48b0a4bcda161092 (diff)
Fix env-shortcut extension
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/shortcutgen2
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"