Add United front to vim config and add alias for vim to open in server mode

Jonathan Hodgson 7 years ago
parent 5aa0ce45fd
commit 5777dbeaa2
  1. 5
      bashrc
  2. 2
      config/vim

@ -8,7 +8,7 @@
export TERMINAL=/usr/bin/konsole
export TERM=xterm-256color
export PATH=~/.bin:/opt/lampp/bin:$PATH:.
export EDITOR=vim
export EDITOR='vim --servername jab2870'
export CDPATH=.:~:~/Sites
#Ruby things
@ -185,6 +185,9 @@ alias .v='cd ~/.vim/'
alias df='cd ~/.dotfiles'
#fi
#Make vim start in server mode
alias vim='vim --servername jab2870'
# moon phase
alias moonphase='weather moon'

@ -1 +1 @@
Subproject commit b1a4a848c3ccbefd65ab159200e5c327316d484f
Subproject commit 5388c0d897a81205fc94bebf65a0b77209770039
Loading…
Cancel
Save