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

set EDITOR vim

set fish_greeting ""

alias csi='csi -q'
alias mp3-dl='youtube-dl --extract-audio --audio-format mp3'
alias weather='curl wttr.in/Karlsruhe'

eval (dircolors -c ~/.dir_colors)
eval (python -m virtualfish)

if [ (hostname) = "obelix" ]
	set PATH $PATH /usr/local/bin/ /usr/local/texlive/2014/bin/x86_64-linux ~/.cabal/bin/

	alias i='sxiv'
	alias orb='open ~/webarchive/data/(ls ~/webarchive/data/ | sort -R | head -n 1)/index.html'
end