Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
4f46a13f
Commit
4f46a13f
authored
11 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-baselayout: add comment to color_prompt
We tell that it needs to be renamed to be enabled. ref #2289
parent
28aaedaf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/alpine-baselayout/APKBUILD
+4
-4
4 additions, 4 deletions
main/alpine-baselayout/APKBUILD
main/alpine-baselayout/color_prompt
+1
-0
1 addition, 0 deletions
main/alpine-baselayout/color_prompt
with
5 additions
and
4 deletions
main/alpine-baselayout/APKBUILD
+
4
−
4
View file @
4f46a13f
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-baselayout
pkgver
=
2.3.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Alpine base dir structure and init scripts"
url
=
"http://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout"
depends
=
...
...
@@ -160,7 +160,7 @@ EOF
}
md5sums
=
"686863b10c1cfdf07322ea0ecc977da5 mkmntdirs.c
6e67923e98287d5133b565acd44cb506 crontab
a658b219ac3dd3199ef4092f6be3c9da
color_prompt
d7da26e76752b2e31c66b63f40a73397
color_prompt
6945faabb2a18cee73c0a6d78b499084 aliases.conf
0ea6be55b18804f166e6939e9d5f4099 blacklist.conf
f9e3eac60200d41dd5569eeabb4eddff i386.conf
...
...
@@ -173,7 +173,7 @@ dcb55fbc491316cdb3874f3ddae8f566 profile
5278bea4f45f4e289f72897b84dcb909 services"
sha256sums
=
"9c5f25b07bfc28fff4232b5fd64fce45dd10ddd0f4a59741f2ca74ff99e4db3e mkmntdirs.c
575d810a9fae5f2f0671c9b2c0ce973e46c7207fbe5cb8d1b0d1836a6a0470e3 crontab
79698d2a91fa608954122b7e39eca67bf1e8aaba93ad216f70ef88c903e417b9
color_prompt
a00b56dbd437d3f2c32ced50974daa3cfc84a8dd1cbaf75cf307be20b398fc75
color_prompt
3e2daa0326fc4d73921cd693dff47b211d0ba3d92ad62fca072c259600695693 aliases.conf
70becab743ff2071247bd144499eadbb1b42a5436dcc63991d69aa63ee2fe755 blacklist.conf
6c46c4cbfb8b7594f19eb94801a350fa2221ae9ac5239a8819d15555caa76ae8 i386.conf
...
...
@@ -186,7 +186,7 @@ a6695dbd53b87c7b41dfdafd40b1c8ba34fed2f0fa8eaaa296ad17c0b154603e protocols
e96af627f7774e8c87b0de843556a355fea6150c4d64fa4e2ff2c5fd610e7a79 services"
sha512sums
=
"670fce7a9d5c492289b7dca06077a5109672fbec2accf21bfb3531651f0434939ff07e71c61949df2c0bfe3c2f178a503f0086867b84e3874abd5c90233149b7 mkmntdirs.c
6e169c0975a1ad1ad871a863e8ee83f053de9ad0b58d94952efa4c28a8c221445d9e9732ad8b52832a50919c2f39aa965a929b3d5b3f9e62f169e2b2e0813d82 crontab
9ca0da660eec586efba538410de04d3d76e99c069fadf0811bfb0a5da0bb8432b8ea5fbb8e530b7f71eb
97
b
68
dbe84dbbf67763252069433ce8c56a738d434a6
color_prompt
7fcb5df98b0f19e609cb9444b2e6ca5ee97f5f308eb407436acdd0115781623fd8
9768
a9285e9816e36778e565b6f27055f2a586a58f19d6d880de5446d263c4
color_prompt
8d55acb0457eec4008ba09c3de92fed6893b72d062edd5dcd74016e9c6c4dfeba7e86620e59d21a7adce11377ec793812c90e9d9771a804097fa64cff646666c aliases.conf
2b8e55339955c9670b5b9832bf57e711aca70cd2ebf815a9623fbb7fcd440cca4dd6a4862750885f779080d5c5416de197ff9a250cf116b1c8cf130fafbdaae8 blacklist.conf
49109d434b577563849c43dd8141961ca798dada74d4d3f49003dac1911f522c43438b8241fa254e4faacdd90058f4d39a7d69b1f493f6d57422c1f706547c95 i386.conf
...
...
This diff is collapsed.
Click to expand it.
main/alpine-baselayout/color_prompt
+
1
−
0
View file @
4f46a13f
# Setup a red prompt for root and a green one for users.
# rename this file to color_prompt.sh to actually enable it
NORMAL="\[\e[0m\]"
RED="\[\e[1;31m\]"
GREEN="\[\e[1;32m\]"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment