Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 639
    • Issues 639
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 193
    • Merge Requests 193
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #6933

Closed
Open
Opened Feb 25, 2017 by Alex Hunter@mitinsoft

Not load color prompt

In package alpine-baselayout in file /etc/profile scripts load by mask /etc/profile.d/*.sh, but already exists file /etc/profile.d/color_prompt not load.

Probably solution: change in /etc/profile line

for script in /etc/profile.d/*.sh ; do

to

for script in /etc/profile.d/* ; do

or rename file

/etc/profile.d/color_prompt

to

/etc/profile.d/color_prompt.sh

(from redmine: issue id 6933, created on 2017-02-25)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
3.14.0
Milestone
3.14.0
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#6933