Browse Source

added line to symlink .profile

bananicorn 5 năm trước cách đây
mục cha
commit
b2a505804c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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