aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-09-26 00:11:46 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-09-26 00:11:46 -0400
commit06e9e3912424e6d259d9cceea9ab6ffad3b9de5d (patch)
tree374246c62f5a67750d831aba4fcbfbf40833dc83 /mkshrc
parent1f48c86a6189eae6203acc6c0bb0ce885e056425 (diff)
downloaddotfiles-06e9e3912424e6d259d9cceea9ab6ffad3b9de5d.tar.gz
dotfiles-06e9e3912424e6d259d9cceea9ab6ffad3b9de5d.tar.xz
Point me in the right direction when seq is missing, also update openbsd package list
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index e403ce9..88350db 100644
--- a/mkshrc
+++ b/mkshrc
@@ -73,6 +73,7 @@ setaliases() {
}
' | column -t
}
+ ! [ -x "$(which seq 2>/dev/null)" ] && alias seq="echo use jot(1)"
fi
if [ "$(uname)" = "Linux" ] ; then