summaryrefslogtreecommitdiff
path: root/.config/aliasrc
blob: 1c7a29a6e54378dd35d4b19ca1e495e9735e9b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# ~/.config/aliasrc
#

# Use neovim for vim if present.
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d"

# Colorize commands when possible.
alias ls="exa -aH --color=automatic --group-directories-first --git"

# TexLive Manager fix as described in https://wiki.archlinux.org/index.php/TeX_Live
alias tlmgr='$TEXMFDIST/scripts/texlive/tlmgr.pl --usermode'