grml-etc-core.git
11 years agoRelease new version 0.7.3 v0.7.3
Michael Prokop [Thu, 27 Dec 2012 11:30:13 +0000 (12:30 +0100)]
Release new version 0.7.3

11 years agoRestore original prompt
Pierre Schmitz [Mon, 17 Dec 2012 13:43:17 +0000 (14:43 +0100)]
Restore original prompt

This reverts the changes to the prompt introduced by commit 843931fc6e0ef4c638b3fe253fdb48e083415221

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
11 years agoRelease new version 0.7.2 v0.7.2
Michael Prokop [Mon, 17 Dec 2012 11:52:15 +0000 (12:52 +0100)]
Release new version 0.7.2

11 years agounify spelling of colo(u)r to color
Christian Hesse [Fri, 23 Nov 2012 09:49:53 +0000 (10:49 +0100)]
unify spelling of colo(u)r to color

Thanks to Christian Hesse <mail@eworm.de>!

Merge of the pull request #24
(https://github.com/grml/grml-etc-core/pull/24)

Conflicts:
etc/zsh/zshrc

Signed-off-by: Markus Rekkenbeil <bionix@grml.org>
11 years agozshrc: Remove zurl's dependency on =~ type regexp conditions
Frank Terbeck [Fri, 9 Nov 2012 09:25:26 +0000 (10:25 +0100)]
zshrc: Remove zurl's dependency on =~ type regexp conditions

This should improve backwards compatibility with older zsh-versions.

Reported-by: Ilya Novoselov
Signed-off-by: Frank Terbeck <ft@grml.org>
11 years agozsh: updated purge function
Bernhard Tittelbach [Wed, 7 Nov 2012 04:23:49 +0000 (05:23 +0100)]
zsh: updated purge function

11 years agoRelease new version 0.7.1 v0.7.1
Michael Prokop [Tue, 2 Oct 2012 07:58:59 +0000 (09:58 +0200)]
Release new version 0.7.1

11 years agoBump Standards-Version to 3.9.4
Michael Prokop [Tue, 2 Oct 2012 07:58:41 +0000 (09:58 +0200)]
Bump Standards-Version to 3.9.4

11 years agozshrc: use variable ffound in zrcautoload function
Michael Prokop [Thu, 27 Sep 2012 09:48:48 +0000 (11:48 +0200)]
zshrc: use variable ffound in zrcautoload function

Acked-by: Frank Terbeck <ft@bewatermyfriend.org>
11 years agozsh: improve purge(), glob for files where appropriate and don't try to delete stuff...
Bernhard Tittelbach [Tue, 18 Sep 2012 21:05:12 +0000 (23:05 +0200)]
zsh: improve purge(), glob for files where appropriate and don't try to delete stuff twice

11 years agoRelease new version 0.7.0 v0.7.0
Michael Prokop [Mon, 10 Sep 2012 07:12:39 +0000 (09:12 +0200)]
Release new version 0.7.0

11 years agoWorkaround incompatibilities with the keyboard setup of some vendors
Frank Terbeck [Fri, 7 Sep 2012 15:59:35 +0000 (17:59 +0200)]
Workaround incompatibilities with the keyboard setup of some vendors

Some vendors, like Debian (and therefore Ubuntu), enable smkx terminal
mode in the zle-line-init widget and turn it back off in
zle-line-finish.

While that is the right thing to do, because it makes sure the values
from $terminfo are valid. However, we are currently incompatible with
that. And it is a lot of work to get it right for every binding we have,
because we do have some, that are not available in the vast majority of
terminfo entries (like <Ctrl>-<CursorKey>).

Signed-off-by: Frank Terbeck <ft@grml.org>
11 years agotmux join-pane
Bernhard Tittelbach [Sat, 25 Aug 2012 20:40:02 +0000 (22:40 +0200)]
tmux join-pane

11 years agozsh: fix typo grml functions autoload
Bernhard Tittelbach [Wed, 15 Aug 2012 23:20:33 +0000 (01:20 +0200)]
zsh: fix typo grml functions autoload

11 years agoSpecify a command search path for sudo completion [Closes: issue1207]
Frank Terbeck [Wed, 8 Aug 2012 06:15:13 +0000 (08:15 +0200)]
Specify a command search path for sudo completion [Closes: issue1207]

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
11 years agozshrc: make simple-extract also work with uris that end in e.g. format=zip
Bernhard Tittelbach [Tue, 31 Jul 2012 11:36:05 +0000 (13:36 +0200)]
zshrc: make simple-extract also work with uris that end in e.g. format=zip

11 years agotmux: kill-pane instead of kill-window
Bernhard Tittelbach [Fri, 27 Jul 2012 18:16:02 +0000 (20:16 +0200)]
tmux: kill-pane instead of kill-window

11 years agoDo not disable zstyle if compsys did not load
Frank Terbeck [Wed, 25 Jul 2012 20:22:59 +0000 (22:22 +0200)]
Do not disable zstyle if compsys did not load

Zstyle is _used_ to configure the completion system but it is *not*
a part of it. Other systems use zstyle too, and if we lock it away,
those systems may break in undesirable ways.

11 years agoOnly define vim() if vim is available
Frank Terbeck [Tue, 24 Jul 2012 20:34:03 +0000 (22:34 +0200)]
Only define vim() if vim is available

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
11 years agotmux: kill-session for gebi
Bernhard Tittelbach [Thu, 12 Jul 2012 16:55:23 +0000 (18:55 +0200)]
tmux: kill-session for gebi

11 years agotmux: make copy&pase mode useable
Bernhard Tittelbach [Thu, 12 Jul 2012 16:46:54 +0000 (18:46 +0200)]
tmux: make copy&pase mode useable

11 years agotmux: date and time, and commented out alternatives
Bernhard Tittelbach [Thu, 12 Jul 2012 16:11:21 +0000 (18:11 +0200)]
tmux: date and time, and commented out alternatives

11 years agotmux: better user@host:session scheme
Bernhard Tittelbach [Thu, 12 Jul 2012 15:56:15 +0000 (17:56 +0200)]
tmux: better user@host:session scheme

11 years agotmux: mouse-select-pane off to enable terminal window copy&paste
Bernhard Tittelbach [Thu, 12 Jul 2012 15:39:43 +0000 (17:39 +0200)]
tmux: mouse-select-pane off to enable terminal window copy&paste

11 years agotmux.conf: more space, session name
Bernhard Tittelbach [Thu, 14 Jun 2012 12:32:11 +0000 (14:32 +0200)]
tmux.conf: more space, session name

11 years agotmux.conf: new statusline, space and backspace enabled for window switching
Bernhard Tittelbach [Thu, 24 May 2012 12:23:09 +0000 (14:23 +0200)]
tmux.conf: new statusline, space and backspace enabled for window switching

11 years agozshrc: Enable CLICOLOR on FreeBSD
Michael Prokop [Mon, 2 Jul 2012 07:48:39 +0000 (09:48 +0200)]
zshrc: Enable CLICOLOR on FreeBSD

Thanks: Christian Hofstaedtler

11 years agoRelease new version 0.6.2 v0.6.2
Michael Prokop [Mon, 11 Jun 2012 22:37:16 +0000 (00:37 +0200)]
Release new version 0.6.2

11 years agozshrc: provide Status as short to /etc/init.d/$service status
Michael Prokop [Wed, 30 May 2012 20:27:40 +0000 (22:27 +0200)]
zshrc: provide Status as short to /etc/init.d/$service status

We already have Start, Restart, Stop, Force-Reload and Reload,
it's just consequent to also provide Status therefore as one
of the most commonly present ones.

11 years agozshrc: drop trailing space in grep and ls _options
Michael Prokop [Tue, 29 May 2012 09:59:06 +0000 (11:59 +0200)]
zshrc: drop trailing space in grep and ls _options

If an alias ends with a space char the shell will expand the next
word as an alias as well, even if it's not a global alias.

Bug demonstration:

| % which "grep"
| grep: aliased to grep --color=auto
| % which "ls"
| ls: aliased to ls -b -CF --color=auto
| % grep ls  ~/.gitconfig
| grep: F: invalid context length argument

Thanks: Frank Terbeck <ft@grml.org> for the bugfix
Acked-by: Frank Terbeck <ft@grml.org>
11 years agoRelease new version 0.6.1 v0.6.1
Michael Prokop [Tue, 15 May 2012 18:24:04 +0000 (20:24 +0200)]
Release new version 0.6.1

11 years agoBump Standards-Version to 3.9.3.
Michael Prokop [Tue, 15 May 2012 18:23:52 +0000 (20:23 +0200)]
Bump Standards-Version to 3.9.3.

11 years agodirprofiles: Move updated documentation from source code comment to the setup's manua... ft/chpwd-profiles
Frank Terbeck [Tue, 15 May 2012 13:03:45 +0000 (15:03 +0200)]
dirprofiles: Move updated documentation from source code comment to the setup's manual page

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
11 years agoMerge latest directory-profiles code
Frank Terbeck [Tue, 15 May 2012 08:13:52 +0000 (10:13 +0200)]
Merge latest directory-profiles code

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
11 years agoRelease new version 0.6.0 v0.6.0
Michael Prokop [Wed, 9 May 2012 10:30:03 +0000 (12:30 +0200)]
Release new version 0.6.0

12 years agozsh: purge: make purge take an optional dir argument so it can be used e.g. with...
Bernhard Tittelbach [Fri, 13 Apr 2012 20:05:16 +0000 (22:05 +0200)]
zsh: purge: make purge take an optional dir argument so it can be used e.g. with zargs --max-args 1 -- **/ -- purge

12 years agozshrc: fix inplaceMkDirs
Bernhard Tittelbach [Tue, 3 Apr 2012 06:21:04 +0000 (08:21 +0200)]
zshrc: fix inplaceMkDirs

12 years agoRe-implement zurl() under the goo.gl API
Jerome Leclanche [Sun, 1 Apr 2012 20:33:18 +0000 (21:33 +0100)]
Re-implement zurl() under the goo.gl API

12 years agozshrc: Make mkcd() more robust
Frank Terbeck [Thu, 29 Mar 2012 08:15:34 +0000 (10:15 +0200)]
zshrc: Make mkcd() more robust

Hinted at by peth on #zsh.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove superfluous comments
Frank Terbeck [Thu, 29 Mar 2012 08:11:27 +0000 (10:11 +0200)]
zshrc: Remove superfluous comments

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Fix documentation tag for alias lsl
Frank Terbeck [Thu, 29 Mar 2012 08:09:43 +0000 (10:09 +0200)]
zshrc: Fix documentation tag for alias lsl

Found by peth on #zsh.

Signed-off-by: Frank Terbeck <ft@grml.org>
12 years agozshrc: drop http alias
Michael Prokop [Mon, 12 Mar 2012 12:14:52 +0000 (13:14 +0100)]
zshrc: drop http alias

The httpie package provides a http command (brr), so don't mess
with custom functions and packages...

Thanks: Axel Beckert for reporting

12 years agoscript-functions: fix getbootparam/checkbootparam
Michael Prokop [Sat, 25 Feb 2012 09:44:49 +0000 (10:44 +0100)]
script-functions: fix getbootparam/checkbootparam

We should get rid of this annoying stuff and make sure we
reduce it to a minimum and share what's inside grml-autoconfig.

12 years agoFix broken quoting
Frank Terbeck [Wed, 1 Feb 2012 20:28:46 +0000 (21:28 +0100)]
Fix broken quoting

And again found by ChiCuong HA. Thanks, man.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agoTypo: grml_options -> grep_options
Frank Terbeck [Wed, 1 Feb 2012 20:22:45 +0000 (21:22 +0100)]
Typo: grml_options -> grep_options

Once more found by ChiCuong HA.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agoEnable --color=auto for grep in FreeBSD
Frank Terbeck [Wed, 1 Feb 2012 20:06:27 +0000 (21:06 +0100)]
Enable --color=auto for grep in FreeBSD

Reported by ChiCuong HA again. Thanks.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agoFix ls (and grep) option handling on non-linux systems
Frank Terbeck [Wed, 1 Feb 2012 19:28:07 +0000 (20:28 +0100)]
Fix ls (and grep) option handling on non-linux systems

--color=... only works with GNU ls and grep. Test for that and
behave accordingly.

Reported-by: ChiCuong HA
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agoRelease new version 0.5.5 v0.5.5
Michael Prokop [Sun, 29 Jan 2012 12:28:22 +0000 (13:28 +0100)]
Release new version 0.5.5

12 years agozsh: keybindings: unify case ++
Bernhard Tittelbach [Fri, 27 Jan 2012 00:48:05 +0000 (01:48 +0100)]
zsh: keybindings: unify case ++

12 years agozsh: keybindings: unify case of caseinsensitive control chars
Bernhard Tittelbach [Fri, 27 Jan 2012 00:34:57 +0000 (01:34 +0100)]
zsh: keybindings: unify case of caseinsensitive control chars

12 years agozsh: help-show-abk
Bernhard Tittelbach [Fri, 27 Jan 2012 00:24:10 +0000 (01:24 +0100)]
zsh: help-show-abk

12 years agozsh: help-zle bugfix
Bernhard Tittelbach [Thu, 26 Jan 2012 23:46:12 +0000 (00:46 +0100)]
zsh: help-zle bugfix

12 years agozsh: purge: make default uppercase
Bernhard Tittelbach [Thu, 26 Jan 2012 20:51:54 +0000 (21:51 +0100)]
zsh: purge: make default uppercase

12 years agozsh: some handy examples for the skel/.zshrc
Bernhard Tittelbach [Thu, 26 Jan 2012 04:47:55 +0000 (05:47 +0100)]
zsh: some handy examples for the skel/.zshrc

12 years agoRelease new version 0.5.4 v0.5.4
Michael Prokop [Wed, 11 Jan 2012 17:27:46 +0000 (18:27 +0100)]
Release new version 0.5.4

12 years agoAdd completion for grml-tips [Closes: issue988]
Frank Terbeck [Wed, 11 Jan 2012 14:07:06 +0000 (15:07 +0100)]
Add completion for grml-tips [Closes: issue988]

12 years agoRelease new version 0.5.3 v0.5.3
Michael Prokop [Mon, 9 Jan 2012 15:30:37 +0000 (16:30 +0100)]
Release new version 0.5.3

12 years agozsh: lsdisk: fix typo introduced through rewrapping
Bernhard Tittelbach [Mon, 2 Jan 2012 18:05:14 +0000 (19:05 +0100)]
zsh: lsdisk: fix typo introduced through rewrapping

12 years agoRemove hg-snapshot-script and corresponding apt.conf.example
Ulrich Dangel [Sat, 31 Dec 2011 11:07:28 +0000 (12:07 +0100)]
Remove hg-snapshot-script and corresponding apt.conf.example

To track changes in /etc please use etckeeper

12 years agoRemove deprecated file /etc/apt/sources.list.grml
Ulrich Dangel [Sat, 31 Dec 2011 11:04:49 +0000 (12:04 +0100)]
Remove deprecated file /etc/apt/sources.list.grml

12 years agozsh:weather: --typo
Bernhard Tittelbach [Thu, 22 Dec 2011 23:03:25 +0000 (00:03 +0100)]
zsh:weather: --typo

12 years agoRelease new version 0.5.2 v0.5.2
Michael Prokop [Thu, 8 Dec 2011 20:22:14 +0000 (21:22 +0100)]
Release new version 0.5.2

12 years agoRemove /etc/skel/.toprc, not supported by recent procps
Michael Prokop [Thu, 8 Dec 2011 15:04:03 +0000 (16:04 +0100)]
Remove /etc/skel/.toprc, not supported by recent procps

| % top
| top: incompatible rcfile, you should delete '/home/grml/.toprc'

Doing so.

12 years agoRelease new version 0.5.1 v0.5.1
Michael Prokop [Thu, 8 Dec 2011 13:30:36 +0000 (14:30 +0100)]
Release new version 0.5.1

12 years agoRemove extra delete-word bindings
Christian Hofstaedtler [Thu, 8 Dec 2011 00:10:19 +0000 (01:10 +0100)]
Remove extra delete-word bindings

Trying to get Alt-Del right is just too much trouble.

12 years agoRelease new version 0.5.0. v0.5.0
Christian Hofstaedtler [Tue, 6 Dec 2011 21:49:10 +0000 (22:49 +0100)]
Release new version 0.5.0.

12 years agoMerge remote-tracking branch 'origin/xro/lsnewolddir'
Frank Terbeck [Tue, 6 Dec 2011 15:53:35 +0000 (16:53 +0100)]
Merge remote-tracking branch 'origin/xro/lsnewolddir'

12 years agozshrc: readd setopt nonomatch
Michael Prokop [Tue, 6 Dec 2011 13:30:33 +0000 (14:30 +0100)]
zshrc: readd setopt nonomatch

This reverts 5e198dcbbd29464371bd7b2b110d26ad8fa44781
("zshrc: Don't unset `nomatch' anymore") again.

Whereas "setopt nomatch" would be the right[tm] thing to do, the
behaviour is annoying everyone used to other shells than Zsh. As
we used the nonomatch setting since ages to avoid confusion
especially amongst the users comming from Bash let's keep it that
way.

Acked-by: Alexander Wirt <formorer@grml.org>
Acked-by: Christian Hofstaedtler <ch@grml.org>
Acked-by: Ulrich Dangel <mru@grml.org>
Signed-off-by: Michael Prokop <mika@grml.org>
12 years agozshrc: Try to keep lines under 80 chars
Frank Terbeck [Wed, 30 Nov 2011 21:51:06 +0000 (22:51 +0100)]
zshrc: Try to keep lines under 80 chars

This does not fix everything but a few ugly ones.

12 years agozshrc: Remove the root/non-root split
Frank Terbeck [Wed, 30 Nov 2011 21:31:01 +0000 (22:31 +0100)]
zshrc: Remove the root/non-root split

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove `refunc' as `freload' does the same thing
Frank Terbeck [Wed, 30 Nov 2011 21:26:24 +0000 (22:26 +0100)]
zshrc: Remove `refunc' as `freload' does the same thing

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove `show-archive'
Frank Terbeck [Wed, 30 Nov 2011 21:24:12 +0000 (22:24 +0100)]
zshrc: Remove `show-archive'

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove smart-compress
Frank Terbeck [Wed, 30 Nov 2011 21:21:30 +0000 (22:21 +0100)]
zshrc: Remove smart-compress

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Don't unset `nomatch' anymore
Frank Terbeck [Wed, 30 Nov 2011 21:14:04 +0000 (22:14 +0100)]
zshrc: Don't unset `nomatch' anymore

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove QTPATH and JIKESPATH
Frank Terbeck [Wed, 30 Nov 2011 21:08:50 +0000 (22:08 +0100)]
zshrc: Remove QTPATH and JIKESPATH

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove md and rd aliases
Frank Terbeck [Wed, 30 Nov 2011 21:06:32 +0000 (22:06 +0100)]
zshrc: Remove md and rd aliases

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove 1-char aliases: 0, g, s, S
Frank Terbeck [Wed, 30 Nov 2011 21:05:16 +0000 (22:05 +0100)]
zshrc: Remove 1-char aliases: 0, g, s, S

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove truecrypt alias
Frank Terbeck [Wed, 30 Nov 2011 21:03:10 +0000 (22:03 +0100)]
zshrc: Remove truecrypt alias

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove CO and CH aliases
Frank Terbeck [Wed, 30 Nov 2011 21:01:33 +0000 (22:01 +0100)]
zshrc: Remove CO and CH aliases

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Move `top10' alias to skel/.zshrc
Frank Terbeck [Wed, 30 Nov 2011 20:58:09 +0000 (21:58 +0100)]
zshrc: Move `top10' alias to skel/.zshrc

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove correction-disabled aliases
Frank Terbeck [Wed, 30 Nov 2011 18:06:11 +0000 (19:06 +0100)]
zshrc: Remove correction-disabled aliases

We do not set correct_all, so we do not need them.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove font-changing aliases
Frank Terbeck [Wed, 30 Nov 2011 18:03:50 +0000 (19:03 +0100)]
zshrc: Remove font-changing aliases

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove chmod aliases
Frank Terbeck [Wed, 30 Nov 2011 18:00:20 +0000 (19:00 +0100)]
zshrc: Remove chmod aliases

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove md
Frank Terbeck [Wed, 30 Nov 2011 17:59:50 +0000 (18:59 +0100)]
zshrc: Remove md

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove fblinks
Frank Terbeck [Wed, 30 Nov 2011 17:56:57 +0000 (18:56 +0100)]
zshrc: Remove fblinks

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove fbmplayer
Frank Terbeck [Wed, 30 Nov 2011 17:56:38 +0000 (18:56 +0100)]
zshrc: Remove fbmplayer

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove cmplayer
Frank Terbeck [Wed, 30 Nov 2011 17:56:06 +0000 (18:56 +0100)]
zshrc: Remove cmplayer

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove GREP
Frank Terbeck [Wed, 30 Nov 2011 17:53:46 +0000 (18:53 +0100)]
zshrc: Remove GREP

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove hidiff
Frank Terbeck [Wed, 30 Nov 2011 15:28:04 +0000 (16:28 +0100)]
zshrc: Remove hidiff

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc globalias -> zleiab
Frank Terbeck [Wed, 30 Nov 2011 13:51:52 +0000 (14:51 +0100)]
zshrc globalias -> zleiab

The old name was rediculously misleading. The `iab' name is supposed
to remind of the vim feature of the same name.

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: mcd -> mkcd
Frank Terbeck [Wed, 30 Nov 2011 11:49:06 +0000 (12:49 +0100)]
zshrc: mcd -> mkcd

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Move minimal-shell to its own file
Frank Terbeck [Wed, 30 Nov 2011 11:04:30 +0000 (12:04 +0100)]
zshrc: Move minimal-shell to its own file

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove sshot
Frank Terbeck [Tue, 29 Nov 2011 13:54:58 +0000 (14:54 +0100)]
zshrc: Remove sshot

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove doc()
Frank Terbeck [Tue, 29 Nov 2011 13:54:39 +0000 (14:54 +0100)]
zshrc: Remove doc()

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove upgrade
Frank Terbeck [Tue, 29 Nov 2011 13:53:21 +0000 (14:53 +0100)]
zshrc: Remove upgrade

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove get_tw_cli
Frank Terbeck [Tue, 29 Nov 2011 13:52:20 +0000 (14:52 +0100)]
zshrc: Remove get_tw_cli

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove apache2-ssl-certificate
Frank Terbeck [Tue, 29 Nov 2011 13:51:14 +0000 (14:51 +0100)]
zshrc: Remove apache2-ssl-certificate

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove setenv
Frank Terbeck [Tue, 29 Nov 2011 13:50:14 +0000 (14:50 +0100)]
zshrc: Remove setenv

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Remove qma
Frank Terbeck [Tue, 29 Nov 2011 13:49:49 +0000 (14:49 +0100)]
zshrc: Remove qma

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
12 years agozshrc: Move hex to skel/.zshrc
Frank Terbeck [Tue, 29 Nov 2011 13:48:42 +0000 (14:48 +0100)]
zshrc: Move hex to skel/.zshrc

Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>