1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Remove unnecessary sandbox fn

This commit is contained in:
Daniel Stankevich 2015-09-16 17:25:39 +10:00
parent a8a8bc3967
commit bb10ad0a13

View file

@ -1,14 +1,3 @@
function stack_sandbox_info() {
stack_files=(*.stack(N))
if [ $#stack_files -gt 0 ]; then
if [ -f stack.sandbox.config ]; then
echo "%{$fg[green]%}sandboxed%{$reset_color%}"
else
echo "%{$fg[red]%}not sandboxed%{$reset_color%}"
fi
fi
}
function _stack_commands() { function _stack_commands() {
local ret=1 state local ret=1 state
_arguments ':subcommand:->subcommand' && ret=0 _arguments ':subcommand:->subcommand' && ret=0
@ -46,4 +35,3 @@ function _stack_commands() {
} }
compdef _stack_commands stack compdef _stack_commands stack