使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
10sr
/
dotfiles-mirror
镜像自地址
https://github.com/10sr/dotfiles.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
13 年前
父节点
ded1795df5
cc61617915
当前提交
5e119967a6
共有
1 个文件被更改
,包括
11 次插入
和
1 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+11
-1
profile
+ 11
- 1
profile
查看文件
@@ -1,6 +1,16 @@
#!/bin/sh
#!/bin/sh
# ~/.dotfiles/profile
# # sample of ~/.profile
# . ~/.dotfiles/profile
# # if running bash
# if [ -n "$BASH_VERSION" ]; then
# # include .bashrc if it exists
# if [ -f "$HOME/.bashrc" ]; then
# . "$HOME/.bashrc"
# fi
# fi
# This not works when, for example, inherit parent ENV and load /etc/profile
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
# again.
撰写
预览
正在加载...
取消
保存