Explorar el Código

added line to symlink .profile

bananicorn hace 5 años
padre
commit
b2a505804c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      setup.sh

+ 1 - 0
setup.sh

@@ -1,6 +1,7 @@
 #!/bin/bash
 ln -s ~/dotfiles/.bashrc ~/.bashrc
 ln -s ~/dotfiles/.bash_profile ~/.bash_profile
+ln -s ~/dotfiles/.profile ~/.profile
 ln -s ~/dotfiles/.fishrc ~/.fishrc
 ln -s ~/dotfiles/.xinitrc ~/.xinitrc
 ./setup-vim.sh