summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-05-12 23:11:31 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-05-12 23:11:31 -0400
commit48e146db80e2af2d980105ee48b0a4bcda161092 (patch)
treea95af877c9aab8ac0b67d78c4d204386176c69f4
parent1a8546f1dbcd7f81ee3bc044c6915c741e4ecd6b (diff)
Commit to shortcuts being functions (shortcutgen)
-rwxr-xr-x.local/bin/shortcutgen1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen
index f11cdf7..7022e83 100755
--- a/.local/bin/shortcutgen
+++ b/.local/bin/shortcutgen
@@ -46,7 +46,6 @@ function remove_whitespace(str) {
print "map g" lc_col2 " cd " $3 > lf_filepath
# Write to $XDG_CACHE_HOME/zsh-shortcuts
- # print "alias g" lc_col2 "=\"cd " $3 "\"" > ENVIRON["XDG_CACHE_HOME"] "/zsh-shortcuts"
print "g" lc_col2 "() {cd " $3 "}" > zsh_filepath
# Write to $XDG_CACHE_HOME/env-shortcuts