This website works better with JavaScript.
Home
Explore
Help
Sign In
levans
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix bootstrap colors
master
Victor Berger
7 years ago
parent
95d7101592
commit
5b80ba1849
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
.yadm/bootstrap
+ 4
- 4
.yadm/bootstrap
View File
@@ -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…
Cancel
Save