diff options
Diffstat (limited to 'scripts/bin/open')
| -rwxr-xr-x | scripts/bin/open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bin/open b/scripts/bin/open index 9daa34a..001d784 100755 --- a/scripts/bin/open +++ b/scripts/bin/open @@ -13,7 +13,7 @@ open_by_mimetype() { echo "Opening $file ($mime)..."; case "$mime" in - inode/directory) lf "$file" ;; + inode/directory) daffm "$file" ;; application/x-bittorrent) ~/scripts/torrent.sh torrent "$file" ;; |
