Compare commits

..

No commits in common. "ec5aa2f2f9c79484da93f72dae54a74bf5b92783" and "655298e4d63b2aed0583a8058118f3c9e6b5c3cc" have entirely different histories.

View File

@ -43,11 +43,6 @@ alias clip="xclip -selection clipboard"
# I mess this up a lot
alias cd..="cd .."
# Make xargs, sudo, etc. understand aliases
alias xargs='xargs '
cmd_exists sudo && alias sudo='sudo '
cmd_exists doas && alias doas='doas '
# Neovim stuff
if [[ -v NVIM ]]; then
export EDITOR=nvr