Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
fe8f83cd
Commit
fe8f83cd
authored
Aug 30, 2009
by
Robby Russell
Browse files
Removing some unused git-dirty parsing code.
parent
538c54ba
Changes
2
Show whitespace changes
Inline
Side-by-side
functions.zsh
View file @
fe8f83cd
...
@@ -20,7 +20,6 @@ function preexec {
...
@@ -20,7 +20,6 @@ function preexec {
title
$cmd
[
1]:t
"
$cmd
[2,-1]"
title
$cmd
[
1]:t
"
$cmd
[2,-1]"
}
}
function
remote_console
()
{
function
remote_console
()
{
/usr/bin/env ssh
$1
"( cd
$2
&& ruby script/console production )"
/usr/bin/env ssh
$1
"( cd
$2
&& ruby script/console production )"
}
}
\ No newline at end of file
git.zsh
View file @
fe8f83cd
...
@@ -9,8 +9,6 @@ function git_prompt_info() {
...
@@ -9,8 +9,6 @@ function git_prompt_info() {
CURRENT_BRANCH
=
''
CURRENT_BRANCH
=
''
fi
fi
#echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])"
echo
$CURRENT_BRANCH
echo
$CURRENT_BRANCH
}
}
...
...
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