nyuszika7h
6f99fc7454
zshrc: Bold the command which is being written.
2011-10-22 20:46:58 +03:00
nyuszika7h
5d580458cd
zshrc: Use green for normal user and red for root.
2011-10-22 20:44:51 +03:00
nyuszika7h
c0d33277d0
zshrc: Make theme look more like theme in bash-things, but reserve other line for commands.
2011-10-22 20:09:35 +03:00
Mika Suomalainen
a50e549490
zsh_tmux: Override aliases.
2011-10-22 14:47:51 +03:00
Mika Suomalainen
00d71b43b9
Merge remote branch 'origin/master'
2011-10-21 13:53:39 +03:00
Mika Suomalainen
4e9ce4c070
zshenv: Added (commented) line to use most as default pager. (Colourful manpages :)).
2011-10-21 13:51:19 +03:00
Mika Suomalainen
78a8aed445
zsh_aliases: added dig6
2011-10-18 19:23:24 +03:00
Mika Suomalainen
24097fae2f
*.sh: Move step backwards. (See full commit message.)
...
It seems that zsh is giving weird error messages "can't open input file" and
bash doesn't give them. Because of this I must use bash with these scripts.
2011-10-17 14:31:58 +03:00
Mika Suomalainen
b9d6c02186
zsh_aliases: I prefer to not need to close useless shell after exiting tmux.
2011-10-17 14:29:08 +03:00
Mika Suomalainen
675612ada8
zsh_aliases: Added nslookup6 (1) and dns6 (2).
...
1. There is ping6 so why not nslookup6?
2. If I have copied Supybot with DNS and I want to do IPv6 lookups, so nslookup6.
2011-10-17 14:25:42 +03:00
Mika Suomalainen
dcd8f4c4e6
zsh_aliases: Copying Supybot's Internet.DNS.
2011-10-16 23:59:02 +03:00
Mika Suomalainen
096fbb065b
zsh_tmux: Changed "remote" to "0".
...
0 is the default name of tmux session so if we start tmux and then SSH in, we probably
want to attach to session 0.
2011-10-13 22:40:30 +03:00
Mika Suomalainen
d9ed552588
zsh_aliases: added ping6 = nping -6 .
2011-10-06 19:18:34 +03:00
Mika Suomalainen
a523216923
zsh_aliases: saved the default aliases of Ubuntu default bashrc from bashrc of bash-things.
2011-10-02 19:52:12 +03:00
Mika Suomalainen
dca7294e3a
zsh_aliases: Fixed infinite loop?
2011-10-02 17:42:39 +03:00
Mika Suomalainen
970abc6b81
zshrc: Fixed sourcing of zsh_custom
2011-10-02 17:22:09 +03:00
Mika Suomalainen
fc1c236581
zsh_aliases: added alias support for proxychains.
2011-10-02 17:13:59 +03:00
Mika Suomalainen
0dd2b23889
zsh_aliases: Removed annoying aliases which spammed my autofilling.
2011-10-02 17:11:18 +03:00
Mika Suomalainen
79e4cf3eae
zshrc: Added sourcing for zsh_custom if present.
...
zsh_custom will be sourced if it exists. I sometimes need something which
isn't part of any file and must be only on that one computer.
2011-10-02 17:05:17 +03:00
Mika Suomalainen
ded33ed297
I learned this with hard way...
...
...I don't say anything about this, you don't want to learn this that way!
2011-10-02 17:02:04 +03:00
Mika Suomalainen
6330d3567e
zshenv: Added template for changing home directory.
2011-10-02 12:48:32 +03:00
Mika Suomalainen
27e31ecad4
README: added link to GitHub
2011-10-01 16:46:32 +03:00
Mika Suomalainen
8f5a2e86de
zshrc: More intelligent sourcing.
2011-10-01 16:32:18 +03:00
Mika Suomalainen
a6df36aa40
added zsh_tmux
2011-10-01 16:14:11 +03:00
Mika Suomalainen
62edb3639d
zsh_exports doesn't exist. It's zshenv!
2011-09-30 14:56:36 +03:00
Mika Suomalainen
3d24df5199
zshrc: Why to sleep if there aren't anything which should be aborted on startup?
...
It seems that I forgot to comment sleeping.
2011-09-30 14:55:48 +03:00
Mika Suomalainen
6da1ff8344
zsh_aliases: added supybot-owner-quit
2011-09-30 14:32:04 +03:00
Mika Suomalainen
b9e2ddf538
zshrc: Do not start tmux at startup of zsh.
...
I have noticed that it can be very annoying.
2011-09-30 13:57:54 +03:00
Mika Suomalainen
ab616e0855
zsh_aliases: Added theme alias for prompt.
...
Theme is more describing.
2011-09-29 18:36:36 +03:00
Mika Suomalainen
7de339b8e1
zsh_aliases: added command for quickreloading of config file from terminal.
...
Everyone (or at least me) are too lazy to write that command by hand
so this calls for alias.
2011-09-29 18:26:14 +03:00
Mika Suomalainen
802c0da6af
Rename zsh_exports to zshenv.
...
zshenv is sourced by every zsh (not only interactive sessions, scripts too).
Content of this file is what I probably want scripts to use too. Scripts
probably don't things like aliases.
2011-09-29 16:41:13 +03:00
Mika Suomalainen
084dda139a
Hmm, what did I even do?
2011-09-29 16:19:15 +03:00
Mika Suomalainen
166f1ae2d1
Files from bash: Are you little lost?
2011-09-29 16:19:01 +03:00
Mika Suomalainen
59f46c50ab
zsh_aliases: added extension things.
2011-09-29 16:08:14 +03:00
Mika Suomalainen
993f162a2f
Forked bash-things to zsh-things. Converted everything to work with zsh.
...
Some things can be little weird because moving is still going on.
2011-09-29 15:25:05 +03:00
Mika Suomalainen
83461460f0
removed bash private aliases from everywhere where it still was.
...
Useless file.
2011-09-28 22:01:19 +03:00
Mika Suomalainen
b162434638
install.sh: removed bash_private_aliases
2011-09-28 22:00:11 +03:00
Mika Suomalainen
23326ae978
bash_aliases: Added sudo
2011-09-28 21:58:34 +03:00
Mika Suomalainen
e46f7e63a6
*.sh: Don't depent on bash to be at /bin/bash.
...
Scripts use
/usr/bin/env bash
instead of
/bin/bash
2011-09-27 19:21:26 +03:00
Mika Suomalainen
493a9f03f3
bash_aliases: fixed wesnoth alias.
...
Added the missing space.
2011-09-25 18:13:38 +03:00
Mika Suomalainen
5d16a7edcb
bash_aliases: I moved to svn version of The Battle for Wesnoth.
...
The command to start it is "wesnoth", not "wesnoth-1.9".
2011-09-25 17:31:02 +03:00
Mika Suomalainen
b181639eaf
bash_exports: removed the note about uncommenting path.
2011-09-23 08:12:48 +03:00
Mika Suomalainen
d438114dc0
bash_exports: PATH=$PATH works :O
...
It seems to work so it's now it this.
2011-09-23 08:11:53 +03:00
Mika Suomalainen
8528d3b652
bashrc: Sleep of three seconds is too long,
2011-09-22 14:27:44 +03:00
Mika Suomalainen
ac6a56df93
bashrc: How can I have forgotten to add original source where I modified tmux script? :O
2011-09-20 15:44:00 +03:00
Mika Suomalainen
0f87dd823b
bash_aliases: Added alias for Wesnoth.
...
After two disconencts with mysterious error message it might be a good idea to
see debug logs on terminal.
2011-09-19 16:26:15 +03:00
Mika Suomalainen
3c11cc41c1
bash_exports: Commented setting of timezone.
...
Let bash use system timezone and leave commented option for timezone.
2011-09-19 15:27:27 +03:00
Mika Suomalainen
1957f16eaa
bash_exports: Added explaining about EDITOR.
2011-09-19 15:26:16 +03:00
Mika Suomalainen
b548831119
bash_exports: Added example PATH.
...
And explaining that I don't want PYTHONPATH to be alone, what? See diff...
2011-09-15 17:18:58 +03:00
Mika Suomalainen
a646fb105c
REVERT 230053712d
2011-09-13 15:26:50 +03:00