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
c1082b28
Commit
c1082b28
authored
Aug 02, 2016
by
junk@logio.cz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
My .bashrc-extends file
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
.bashrc-extends
.bashrc-extends
+28
-0
No files found.
.bashrc-extends
0 → 100644
View file @
c1082b28
PS1=""
PS1+='\[\033[01m\]'
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[97m\]\[\033[41m\]\w\[\033[49m\]'
if type __git_ps1 | grep -q '^function$' 2>/dev/null; then
PS1+='\[\033[34m\]$(__git_ps1) '
fi
PS1+='\[\033[32m\]$'
PS1+='\[\033[00m\] '
LD_LIBRARY_PATH="/usr/local/lib"
export LD_LIBRARY_PATH
PATH=$PATH:/usr/local/lib/
export PATH
if [ "$SSH_TTY" ] && [ -f "$HOME/.ssh/welcome-message" ]; then
echo ""
cat $HOME/.ssh/welcome-message
echo ""
fi
export VISUAL=vim
cd /var/www/html/devel
\ No newline at end of file
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