initial
This commit is contained in:
parent
090766cab0
commit
a33f99e765
1725 changed files with 129819 additions and 0 deletions
7
dot_oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
Normal file
7
dot_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue