diff options
Diffstat (limited to '.local/bin')
-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 |