瀏覽代碼

add func tmux_main still wip

pull/1/head
10sr 12 年之前
父節點
當前提交
7f7fcfc887
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      bashrc

+ 14
- 0
bashrc 查看文件

@@ -122,6 +122,7 @@ alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh"
alias mpg123="mpg123 -C -v --title"
export PLAYER="mpg123 -C -v --title"
alias screen="screen -e^z^z"
alias zcd="cd \`zenity --file-selection --directory\`"

alias pad=notepad
null type gedit && alias pad=gedit
@@ -182,6 +183,19 @@ then
|| complete -o default -o nospace -F _git g
fi

tmux_main(){
if tmux has -t main
then
if tmux lsc -t main
tmux new
else
tmux attach -t main
fi
else
tmux new -s main
fi
}

__my_moc_state(){
type mocp >/dev/null 2>&1 || return
test "`mocp -Q %state 2>/dev/null`" == PLAY || return


Loading…
取消
儲存