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

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

set fish_greeting ""

alias csi='csi -q'
alias i='sxiv'

eval (dircolors -c ~/.dir_colors)

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