Преглед изворни кода

added line to symlink .profile

bananicorn пре 5 година
родитељ
комит
b2a505804c
1 измењених фајлова са 1 додато и 0 уклоњено
  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