瀏覽代碼

quick updates

rain.esteva 1 年之前
父節點
當前提交
1a5447e381
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup.sh

+ 1 - 0
setup.sh

@@ -35,6 +35,7 @@ cp "./tmux.conf" "$HOME/.tmux.conf"
 
 # PATH VARS
 if [ -f "$HOME/.user_paths" ]; then
+    chmod 660 "$HOME/.user_paths"
     add_string_to_file "$HOME/.bashrc" "# PATH FILE"
     add_string_to_file "$HOME/.bashrc" "source $HOME/.user_paths" && source "$HOME/.bashrc"
 fi