Update aliases file

This commit is contained in:
Jonathan Hodgson 2017-07-19 17:26:49 +01:00
parent 907503e6a5
commit 2c216e74e6

View file

@ -88,13 +88,8 @@ alias vrc='$EDITOR ~/.vimrc'
# Go to my .vim folder
alias .v='cd ~/.vim/'
# Go to my dotfiles folder
#if [[ $(hostname) == "jonathansnuc" ]]; then
# #Please don't judge - This is a reminant from first days of version controlling dotfiles
# alias df='cd ~/Downloads/laptopConfig/'
#else
alias df='cd ~/.dotfiles'
#fi
#Make vim start in server mode
alias vim='vim --servername jab2870'