예제 #1
0
	def precmd(self):
		self.args.last_pipe_status = zsh.pipestatus()
		self.args.last_exit_code = zsh.last_exit_code()
예제 #2
0
 def precmd(self):
     self.args.last_pipe_status = zsh.pipestatus()
     self.args.last_exit_code = zsh.last_exit_code()
예제 #3
0
	def last_pipe_status(self):
		return zsh.pipestatus()
예제 #4
0
	def last_pipe_status(self):
		return zsh.pipestatus()
예제 #5
0
파일: __init__.py 프로젝트: tsg-/dotvim
	def precmd(self):
		self.args.last_pipe_status = zsh.pipestatus()
		self.args.last_exit_code = zsh.last_exit_code()
		zsh.eval('_POWERLINE_PARSER_STATE="${(%):-%_}"')
예제 #6
0
 def precmd(self):
     self.args.last_pipe_status = zsh.pipestatus()
     self.args.last_exit_code = zsh.last_exit_code()
     zsh.eval('_POWERLINE_PARSER_STATE="${(%):-%_}"')