From 48e146db80e2af2d980105ee48b0a4bcda161092 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 12 May 2024 23:11:31 -0400 Subject: Commit to shortcuts being functions (shortcutgen) --- .local/bin/shortcutgen | 1 - 1 file changed, 1 deletion(-) (limited to '.local/bin/shortcutgen') 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 -- cgit v1.2.3