diff options
Diffstat (limited to '')
-rw-r--r-- | home/.shrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.shrc b/home/.shrc index fb474b98..7f4d08dc 100644 --- a/home/.shrc +++ b/home/.shrc @@ -18,14 +18,6 @@ alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' command -v doas >/dev/null && alias sudo=doas -cat() { - if [ $# -eq 1 ] && test -t 1; then - less "$@" - else - command cat "$@" - fi -} - man() { test $# -ne 1 && { command man "$@"; return $?; } (IFS=: |