This website works better with JavaScript.
首頁
探索
說明
登入
levans
/
dotfiles
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Fix bootstrap colors
master
Victor Berger
7 年之前
父節點
95d7101592
當前提交
5b80ba1849
共有
1 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
.yadm/bootstrap
+ 4
- 4
.yadm/bootstrap
查看文件
@@ -1,8 +1,8 @@
#!/bin/sh
RED='\033[
0
;31m'
GREEN='\033[
0
;32m'
CYAN='\033[
0
;36m'
RED='\033[
1
;31m'
GREEN='\033[
1
;32m'
CYAN='\033[
1
;36m'
NC='\033[0m'
info() {
@@ -15,7 +15,7 @@ error() {
}
success() {
echo -e "${
RED
}$1${NC}"
echo -e "${
GREEN
}$1${NC}"
}
# Fish configuration
Write
Preview
Loading…
取消
儲存