Browse code

WIP: Add dotfiles

Robert Cranston authored on 18/06/2022 11:37:28
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+[ "$(command -v tmux)" ] || return 0
2
+
3
+# Force UTF-8 output (cannot be done from the configuration at the time of
4
+# writing).
5
+alias tmux='tmux -u'