diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-12 23:11:31 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-12 23:11:31 -0400 |
commit | 48e146db80e2af2d980105ee48b0a4bcda161092 (patch) | |
tree | a95af877c9aab8ac0b67d78c4d204386176c69f4 /.local/bin/shortcutgen | |
parent | 1a8546f1dbcd7f81ee3bc044c6915c741e4ecd6b (diff) |
Commit to shortcuts being functions (shortcutgen)
Diffstat (limited to '.local/bin/shortcutgen')
-rwxr-xr-x | .local/bin/shortcutgen | 1 |
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 |