]>
git.alrj.org Git - zsh.d.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Amand Tihon [Sat, 14 May 2011 10:18:14 +0000 (12:18 +0200)]
Fix konsole tab name on command execution.
Remove an unwanted trailing > after current command in konsole's tab.
Amand Tihon [Mon, 9 May 2011 07:51:06 +0000 (09:51 +0200)]
Don't show the last git repo as pwd.
Git basedir must be cleared, or it will "stick" when the repository is exited.
The prompt would then contain the wrong pwd.
Amand Tihon [Fri, 6 May 2011 09:39:29 +0000 (11:39 +0200)]
Comment update
Amand Tihon [Fri, 6 May 2011 09:39:06 +0000 (11:39 +0200)]
Use zsh truncation functions for tabs labels
Amand Tihon [Wed, 4 May 2011 09:26:51 +0000 (11:26 +0200)]
Rework the prompt config.
* Move colors definitions in its own file.
* Use prompt_subst for the path part, including git status when applicable.
* Rework the battery status part of the prompt.
* Rework the exit status.
* Show the exit status only once, clear on empty line.
* Rework git status, now clean of psvar
* Now free of psvar.
Amand Tihon [Mon, 2 May 2011 09:55:58 +0000 (11:55 +0200)]
Slight change to git prompt
Amand Tihon [Mon, 11 Apr 2011 09:22:31 +0000 (11:22 +0200)]
zsh options: enable prompt_cr
Amand Tihon [Wed, 23 Mar 2011 10:35:33 +0000 (11:35 +0100)]
Git prompt: recognize message from new versions
Amand Tihon [Mon, 24 Jan 2011 09:36:04 +0000 (10:36 +0100)]
Git prompt: Fix missing subdirectory
When under .git, the prompt now shows the correct path to current
directory.
Amand Tihon [Fri, 3 Sep 2010 07:02:32 +0000 (09:02 +0200)]
Don't refresh repository when searching with zypper.
Amand Tihon [Sat, 1 May 2010 13:39:51 +0000 (15:39 +0200)]
Correct Konsole tab renaming
Terminals from other applications like Konqueror or Dolphin were
incorrectly changing Konsole sessions tabs titles instead of their
own (hidden) one.
Amand Tihon [Sat, 10 Apr 2010 09:53:02 +0000 (11:53 +0200)]
Hide potential errors from calls to acpi
Amand Tihon [Mon, 5 Apr 2010 16:36:51 +0000 (18:36 +0200)]
Hide qdbus errors
Amand Tihon [Sat, 27 Mar 2010 09:03:03 +0000 (10:03 +0100)]
Tabs renaming for konsole/kde4
Amand Tihon [Fri, 19 Feb 2010 10:47:22 +0000 (11:47 +0100)]
Remove -B option chan calling acpi, as it's not always supported.
Amand Tihon [Fri, 19 Feb 2010 09:42:00 +0000 (10:42 +0100)]
Add battery level in right prompt.
Adding the battery level forced to
- move git-related psvar element.
- set colors earlier in the process
Amand Tihon [Wed, 17 Feb 2010 17:56:41 +0000 (18:56 +0100)]
Add 'psg' alias for 'ps aux | grep'
Amand Tihon [Wed, 17 Feb 2010 15:07:27 +0000 (16:07 +0100)]
Update git part of prompt.
* Only recalculate git variables if needed.
* Add symbols about repository status (clean, new, staged).
* Some refactoring.
Amand Tihon [Thu, 30 Jul 2009 06:28:18 +0000 (08:28 +0200)]
Use emacs bindings
Amand Tihon [Wed, 24 Jun 2009 07:34:52 +0000 (09:34 +0200)]
Add host completion support for cc_sync.
Amand Tihon [Mon, 15 Jun 2009 12:52:33 +0000 (14:52 +0200)]
Print numeric exitcode if it's greater than 127 + len(signals)
Amand Tihon [Wed, 10 Jun 2009 12:48:57 +0000 (14:48 +0200)]
Add example zshrc file.
Amand Tihon [Wed, 10 Jun 2009 09:49:45 +0000 (11:49 +0200)]
Ensure that psvar is empty for all the precmd.
Amand Tihon [Tue, 9 Jun 2009 16:09:43 +0000 (18:09 +0200)]
Show exit code as signal name, if terminated by a signal.
Amand Tihon [Mon, 8 Jun 2009 15:59:45 +0000 (17:59 +0200)]
Slightly longer path displayed before the git branch in prompt
Amand Tihon [Mon, 8 Jun 2009 15:59:13 +0000 (17:59 +0200)]
Add shebang.
Amand Tihon [Thu, 4 Jun 2009 12:42:37 +0000 (14:42 +0200)]
Don't show the time in the prompt.
This time in the prompt is not the current time, but the time at which the
prompt was printed. This is not very useful.
Amand Tihon [Tue, 2 Jun 2009 15:57:18 +0000 (17:57 +0200)]
Minor: cosmetic
Amand Tihon [Tue, 2 Jun 2009 12:41:40 +0000 (14:41 +0200)]
Shorten konsole tab text for directories
Amand Tihon [Tue, 2 Jun 2009 09:59:01 +0000 (11:59 +0200)]
Unbreak completion on wrapped commands.
Amand Tihon [Tue, 2 Jun 2009 08:54:15 +0000 (10:54 +0200)]
Initial commit