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
Mika Suomalainen
5f9b3f20e0
Added tmux alias to start tmux -u
2011-09-05 09:25:39 +03:00
Mika Suomalainen
ba9a34ee9b
Changed attach to attach-session
2011-09-05 08:44:19 +03:00
Mika Suomalainen
fc0bc8c8d8
README: Added notice about tmux
2011-09-04 16:57:20 +03:00
Mika Suomalainen
4d74b57d5b
Added line to continue tmux session whenever I login.
2011-09-04 16:55:33 +03:00
Mika Suomalainen
de3de3068b
bash_aliases: added tmux specific aliases, attach and detach.
...
Attach attaches you to tmux sesion and detach detaches you from tmux session.
2011-09-04 16:17:54 +03:00
Mika Suomalainen
2085c7053e
bash_aliases: added rdownload
...
ITt's rsync command which synchonices the remote folder to sync remote folder over SSH.
2011-09-03 17:10:14 +03:00
nyuszika7h
491daa6005
bash_aliases: Fixed some proxyc aliases.
...
They didn't call proxychains, now they call.
2011-09-02 19:59:32 +03:00
Mika Suomalainen
35fa816565
Added alias proxyc to start proxychains.
2011-09-02 17:41:23 +03:00
Mika Suomalainen
3d20660f74
added showing of time to start of bash
2011-08-29 15:57:02 +03:00
Mika Suomalainen
931510d208
Added bash_private_aliases. (empty commit)
...
This is empty commit, see the previous commit messages.
2011-08-28 18:21:01 +03:00
Mika Suomalainen
730e30e3ce
upgrade.sh: added touching of bash_private_aliases.
2011-08-28 18:20:33 +03:00
Mika Suomalainen
e7924bceaf
bashrc: added sourcing for bash_private_aliases
2011-08-28 18:18:37 +03:00
Mika Suomalainen
f02f685dd3
install.sh: added private_bash_aliases
2011-08-28 18:17:38 +03:00
Mika Suomalainen
811f506042
Added file for private alises
...
Like SSHs and so on...
2011-08-28 18:13:34 +03:00