Populate repo
This commit is contained in:
7
zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
Normal file
7
zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
Normal file
@ -0,0 +1,7 @@
|
||||
# start fbterm automatically in /dev/tty*
|
||||
|
||||
if (( ${+commands[fbterm]} )); then
|
||||
if [[ "$TTY" = /dev/tty* ]] ; then
|
||||
fbterm && exit
|
||||
fi
|
||||
fi
|
Reference in New Issue
Block a user