Add United front to vim config and add alias for vim to open in server mode
This commit is contained in:
parent
5aa0ce45fd
commit
5777dbeaa2
2 changed files with 5 additions and 2 deletions
5
bashrc
5
bashrc
|
@ -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…
Add table
Add a link
Reference in a new issue