From d8c801947ca7dcfa622334d29a5280705fd1c9e8 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 15 May 2017 16:33:08 +0100 Subject: [PATCH] Remove the work pc specific section for df alias --- bashrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index bdb15acd..0de71b4c 100644 --- a/bashrc +++ b/bashrc @@ -178,12 +178,12 @@ 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 +#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 +#fi #Old ps1 #PS1='[\u@\h \W]\$ '