Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bashrc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mpro
bashrc
Commits
95847f22
Commit
95847f22
authored
Aug 02, 2016
by
junk@logio.cz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .bashrc-extends
parent
c1082b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.bashrc-extends
.bashrc-extends
+1
-1
No files found.
.bashrc-extends
View file @
95847f22
...
@@ -4,7 +4,7 @@ PS1+='`if [ $? = 0 ]; then echo "\[\033[30m\]0"; else echo "\[\033[31m\]1"; fi`'
...
@@ -4,7 +4,7 @@ PS1+='`if [ $? = 0 ]; then echo "\[\033[30m\]0"; else echo "\[\033[31m\]1"; fi`'
PS1+="\[\033[1;32m\]\u@$(hostname)\[\033[m\]" # user@server
PS1+="\[\033[1;32m\]\u@$(hostname)\[\033[m\]" # user@server
PS1+='\[\033[97m\]\[\033[41m\]\w\[\033[49m\]'
PS1+='\[\033[97m\]\[\033[41m\]\w\[\033[49m\]'
if
type __git_ps1 | grep -q '^function$' 2>/dev/null
; then
if
[ $(type -t __git_ps1) = "function" ]
; then
PS1+='\[\033[34m\]$(__git_ps1) '
PS1+='\[\033[34m\]$(__git_ps1) '
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment