Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
6509647f
Commit
6509647f
authored
Aug 10, 2009
by
tbrehm
Browse files
Fixed: FS#826 - syntax error in bash.bashrc
parent
8c034eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/bash.bashrc.master
View file @
6509647f
...
...
@@ -32,7 +32,7 @@ xterm-color)
PS1='\[\033[01;32m\]$USER@$HOSTNAME\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
;;
*)
PS1='
\
$USER@$HOSTNAME:\w\$ '
PS1='$USER@$HOSTNAME:\w\$ '
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment