diff options
| -rw-r--r-- | mkshrc | 1 | ||||
| -rw-r--r-- | openbsd-pkgs.sh | 1 | ||||
| -rw-r--r-- | shell/aliases | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,7 @@ setaliases() { } ' | column -t } + ! [ -x "$(which seq 2>/dev/null)" ] && alias seq="echo use jot(1)" fi if [ "$(uname)" = "Linux" ] ; then diff --git a/openbsd-pkgs.sh b/openbsd-pkgs.sh index c692f43..5d943a5 100644 --- a/openbsd-pkgs.sh +++ b/openbsd-pkgs.sh @@ -31,4 +31,5 @@ pkg_add -r \ pwgen \ xdotool \ runit \ + tree \ diff --git a/shell/aliases b/shell/aliases index c19e8c3..1aff4d7 100644 --- a/shell/aliases +++ b/shell/aliases @@ -60,6 +60,7 @@ setaliases() { } ' | column -t } + ! [ -x "$(which seq 2>/dev/null)" ] && alias seq="echo use jot(1)" fi if [ "$(uname)" = "Linux" ] ; then |
