本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
10sr
/
dotfiles-mirror
镜像来自
https://github.com/10sr/dotfiles.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
small changes for windows
pull/1/head
10sr
13 年之前
父節點
147417ec05
當前提交
1478b1f9c9
共有
3 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.bashrc
+1
-1
.emacs.el
+0
-0
.profile
+ 1
- 0
.bashrc
查看文件
@@ -329,6 +329,7 @@ fi
if iswindows; then
# export PS1=" \[\e[32m\]\u@\H \[\e[33m\]\w\[\e[0m\] \d \t\n\s \# \j \$ "
export PS1=" [\[\e[33m\]\w\[\e[0m\]]\n\[\e[32m\]\u@\H\[\e[0m\] \d \t \s.\v\nhist:\# jobs:\j \$ "
alias ls="ls -CFG $(test "$TERM" == dumb || echo --color=auto)"
fi
#######################
+ 1
- 1
.emacs.el
查看文件
@@ -1528,7 +1528,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"@"
(or (getenv "HOSTNAME")
(substring (shell-command-to-string (or (executable-find "hostname")
"
:
"))
"
echo ''
"))
0
-1)))
(setq p4 (point))
+ 0
- 0
.profile
查看文件
Write
Preview
Loading…
取消
儲存