diff options
| -rw-r--r-- | dot_config/xh/config.json | 5 | ||||
| -rw-r--r-- | dot_local/lib/sh/xh | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dot_config/xh/config.json b/dot_config/xh/config.json new file mode 100644 index 0000000..aedf93d --- /dev/null +++ b/dot_config/xh/config.json @@ -0,0 +1,5 @@ +{ + "default_options": [ + "--follow" + ] +} diff --git a/dot_local/lib/sh/xh b/dot_local/lib/sh/xh index a69fbcb..1c1bfd0 100644 --- a/dot_local/lib/sh/xh +++ b/dot_local/lib/sh/xh @@ -1,3 +1,2 @@ . hascmd xh || return -alias xh='xh -F' alias x='xh -b' |
