aboutsummaryrefslogtreecommitdiff
path: root/fish/.config/fish/config.fish
blob: fef23fdf1fa5e6f2fd3193f6ff08dfb6d3568914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
umask 0077

set EDITOR vim
set PATH $PATH /usr/local/texlive/2014/bin/x86_64-linux

set fish_greeting ""

alias ccat='pygmentize -f console256 -g'
alias csi='csi -q'

if status --is-login
	if test -z "$DISPLAY" -a $XDG_VTNR = 1
		exec startx
	end
end