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
Ohmyzsh
Commits
b760a10c
Commit
b760a10c
authored
Aug 05, 2015
by
Marc Cornellà
Browse files
Use standard open command in fasd and lighthouse plugins
parent
d1d06b56
Changes
2
Show whitespace changes
Inline
Side-by-side
plugins/fasd/fasd.plugin.zsh
View file @
b760a10c
...
@@ -5,7 +5,7 @@ if [ $commands[fasd] ]; then # check if fasd is installed
...
@@ -5,7 +5,7 @@ if [ $commands[fasd] ]; then # check if fasd is installed
fi
fi
source
"
$fasd_cache
"
source
"
$fasd_cache
"
unset
fasd_cache
unset
fasd_cache
alias
v
=
'f -e vim'
alias
v
=
'f -e vim'
alias
o
=
'a -e open'
alias
o
=
'a -e open
_command
'
fi
fi
plugins/lighthouse/lighthouse.plugin.zsh
View file @
b760a10c
...
@@ -9,7 +9,7 @@ open_lighthouse_ticket () {
...
@@ -9,7 +9,7 @@ open_lighthouse_ticket () {
else
else
lighthouse_url
=
$(
cat
.lighthouse-url
)
;
lighthouse_url
=
$(
cat
.lighthouse-url
)
;
echo
"Opening ticket #
$1
"
;
echo
"Opening ticket #
$1
"
;
`
open
$lighthouse_url
/tickets/
$1
`
;
open
_command
"
$lighthouse_url
/tickets/
$1
"
;
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