diff options
Diffstat (limited to 'bin/e')
-rwxr-xr-x | bin/e | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ else if [ $# -eq 0 ]; then f="$(fzf --select-1 --exit-0 < "$XDG_DATA_HOME"/euandreh/e.list.txt)" if [ -n "$f" ]; then - # FIXME history -s e "$f" sh -c "$CMD $f" fi |