浏览代码

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