summaryrefslogtreecommitdiff
path: root/config.fish
blob: 2d2151668cb2a54d02c58012636f5e213439502f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx

export VISUAL=vim
export EDITOR=vim

if [ -d "$HOME/.node_modules/bin" ] 
    export PATH="$PATH:$HOME/.node_modules/bin"
end
if [ -d "$HOME/go/bin" ] 
    export PATH="$PATH:$HOME/go/bin"
end



# alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString'
# alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN'