Remove the work pc specific section for df alias
This commit is contained in:
parent
d84c3818a8
commit
21f206c9e8
1 changed files with 5 additions and 5 deletions
10
bashrc
10
bashrc
|
@ -178,12 +178,12 @@ alias vrc='$EDITOR ~/.vimrc'
|
||||||
# Go to my .vim folder
|
# Go to my .vim folder
|
||||||
alias .v='cd ~/.vim/'
|
alias .v='cd ~/.vim/'
|
||||||
# Go to my dotfiles folder
|
# Go to my dotfiles folder
|
||||||
if [[ $(hostname) == "jonathansnuc" ]]; then
|
#if [[ $(hostname) == "jonathansnuc" ]]; then
|
||||||
#Please don't judge - This is a reminant from first days of version controlling dotfiles
|
# #Please don't judge - This is a reminant from first days of version controlling dotfiles
|
||||||
alias df='cd ~/Downloads/laptopConfig/'
|
# alias df='cd ~/Downloads/laptopConfig/'
|
||||||
else
|
#else
|
||||||
alias df='cd ~/.dotfiles'
|
alias df='cd ~/.dotfiles'
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
#Old ps1
|
#Old ps1
|
||||||
#PS1='[\u@\h \W]\$ '
|
#PS1='[\u@\h \W]\$ '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue