diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-12-02 22:19:53 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-12-02 22:19:53 -0500 |
commit | d203ea69eb995b9a56c496aedb6bd9dd3130f9a2 (patch) | |
tree | 1a60d366db7add080c6f2011109fe7a445a1f2f8 /.local/bin | |
parent | 95012945a13707ec8a479587c74b61850c292181 (diff) |
blabla
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/shortcutgen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen index 8f4cf6b..e5817d9 100755 --- a/.local/bin/shortcutgen +++ b/.local/bin/shortcutgen @@ -56,6 +56,6 @@ echo "$vifmcd\n\n$vifmv\n\n$vifmy" > ~/.cache/vifm-shortcuts # #---Testing---# # # echo "$raw" | sed "s/[A-z,a-z,0-9]*\s*|//" -clear +# clear # echo "$vifmv" -cat ~/.cache/vifm-shortcuts +# cat ~/.cache/vifm-shortcuts |