From efa4b6de4f8d92ceb8769da34dbf6e222f2158b2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 25 Jan 2021 17:59:15 -0500 Subject: Use vi and less I haven't used neovim in a couple weeks by now, so I may as well commit this. --- home/.shrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/.shrc') diff --git a/home/.shrc b/home/.shrc index bf3e0dfe..df980428 100644 --- a/home/.shrc +++ b/home/.shrc @@ -2,7 +2,7 @@ set -o noclobber -o nounset -o vi CDPATH=:~ -alias vim=$EDITOR +alias vi=$EDITOR vim=$EDITOR alias ls='LC_COLLATE=C ls -p' alias ll='ls -hl' alias bc='bc -l' @@ -14,7 +14,7 @@ alias gc='git commit' gca='gc --amend' gt='git tag' alias gp='git push' gu='git pull' gf='git fetch' gr='git rebase' alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' -type doas >/dev/null 2>&1 && alias sudo=doas +type doas >/dev/null && alias sudo=doas cd() { local path -- cgit 1.4.1