aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-02 20:49:11 -0300
committerEuAndreh <eu@euandre.org>2019-05-02 20:49:11 -0300
commit962d492d0d8949e0be22e38b35b26813fe2fb9f6 (patch)
tree3a99090071009454371bca7d1909b0e06d8c9278 /bash
parentAdd note on generating password hash file. (diff)
downloaddotfiles-962d492d0d8949e0be22e38b35b26813fe2fb9f6.tar.gz
dotfiles-962d492d0d8949e0be22e38b35b26813fe2fb9f6.tar.xz
Add fixme subtask to test derivation.
Diffstat (limited to 'bash')
-rw-r--r--bash/x.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/x.sh b/bash/x.sh
index e0700e3..e75cff3 100644
--- a/bash/x.sh
+++ b/bash/x.sh
@@ -16,5 +16,5 @@ isLinux && {
xdg-mime default firefox.desktop text/html
xdg-mime default firefox.desktop text/xml
- xdg-mime default nautilus.desktop inode/directory # FIXME
+ xdg-mime default nautilus.desktop inode/directory
}