Commit Graph

1721 Commits

Author SHA1 Message Date
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
Mika Suomalainen 70abfab9c8 README: Fixed typo && Changed some line numberings && added notice about default locale && added notice that everyone might want to change the default timezone. 2011-09-12 08:39:37 +03:00
Mika Suomalainen 99a588c6e6 bash_exports: added notice which tells people to set their locales.
Also included instructions how to do that and set C as default. It's recommended
that everyone uses UTF8 as reads above LC_ALL setting in this file.
2011-09-12 08:34:58 +03:00
Mika Suomalainen e00c55f49e upgrade.sh: Do not overwrite bash_exports! 2011-09-12 08:31:40 +03:00
Mika Suomalainen a8b574e51c install.sh: Fixed warning. 2011-09-12 08:25:28 +03:00
nyuszika7h bfca6b9cd0 bashrc: Make the colours work with every OS. 2011-09-11 18:44:58 +03:00
Mika Suomalainen 87537ed3b3 bashrc: removed automatic time.
Tmux shows time anyway
2011-09-11 18:42:26 +03:00
Mika Suomalainen 4b8ecddb02 bashrc: removed separator between my additions and default things. 2011-09-11 18:41:18 +03:00
Mika Suomalainen 230053712d bash_aliases: Modified alias WeeChat to display correct locales for me on Finnish channels.
alias weechat="LC_ALL=fi_FI.UTF_8 && export LC_ALL && weechat-curses"
2011-09-11 18:31:16 +03:00
Mika Suomalainen 2cdfa7bf00 bash_aliases: removed screen, fixed checkinstall. 2011-09-09 17:01:28 +03:00
Mika Suomalainen 21effc2e61 bash_aliases: Added my preferred checkinstall rule as alias. 2011-09-09 16:25:42 +03:00
Mika Suomalainen b4e837ea68 Actually do that sleeping.
I only added comment about it, I didn't remember to add that time itself.
2011-09-09 14:42:29 +03:00
Mika Suomalainen 7ddd54f084 bashrc: Added sleep time to prevent tmux from starting if someone wants to do that and comments.
bash will now wait for three seconds before starting tmux. This gives the user
three seconds time to press ctrl + c to prevent tmux from taking action. User might want
to do this when SSHing in to somewhere.

bashrc has comment to warn to NOT put anything to "tmux area".
2011-09-09 14:29:07 +03:00
Mika Suomalainen 9054697bdb bashrc: Start tmux always when bash starts, not only on SSH login. 2011-09-08 20:05:38 +03:00
Mika Suomalainen f9b06f8893 If I have vi(m) aliases to start nano...
...why to not have screen aliases to start tmux? :)
2011-09-07 16:54:54 +03:00
Mika Suomalainen 39093ea1bc bash_aliases: I always typo aptitude as "aptitute" with my phone... 2011-09-07 16:53:39 +03:00
Mika Suomalainen 527464be1d bashrc: Added automatic starting of tmux on SSH login. 2011-09-07 16:11:48 +03:00