diff options
-rwxr-xr-x | lib/keyringer/actions/edit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/keyringer/actions/edit b/lib/keyringer/actions/edit index f6477bf..c539846 100755 --- a/lib/keyringer/actions/edit +++ b/lib/keyringer/actions/edit @@ -31,7 +31,6 @@ if [ "$BASENAME" == "edit" ]; then APP="$EDITOR" elif [ "$BASENAME" == "open" ]; then if which xdg-open &> /dev/null; then - # TODO: set TMPWORK depending on the MIME type (`file -i` or `xdg-mime query filetype`) APP="xdg-open" else echo "You should have xdg-open application to perform this action, aborting." |