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
1605d826
Commit
1605d826
authored
Aug 12, 2015
by
Robby Russell
Browse files
Merge pull request #4234 from mcornella/fix-fbterm-autostart
Fix fbterm autostart
parents
7c60da9e
be102296
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/fbterm/fbterm.plugin.zsh
View file @
1605d826
# start fbterm automatically in /dev/tty*
if
[[
$(
tty
|grep
-o
'/dev/tty'
)
=
/dev/tty
]]
;
then
fbterm
exit
if
((
${
+commands[fbterm]
}
))
;
then
if
[[
"
$TTY
"
=
/dev/tty
*
]]
;
then
fbterm
&&
exit
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