Remove the work pc specific section for df alias

Jonathan Hodgson 7 years ago
parent 0deda28fda
commit d8c801947c
  1. 10
      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]\$ '

Loading…
Cancel
Save