Commit Graph

191 Commits

Author SHA1 Message Date
nyuszika7h
16427e3cc9 zshrc & bashrc: Add colours if $TERM is xterm. 2011-12-29 11:18:28 +02:00
Mika Suomalainen
a30773bf1e zshrc & bashrc: add alias rsync-folder.
Thanks to all people at ##Mkaysi who helped me to choose this name ☺.
2011-12-25 17:51:34 +02:00
nyuszika7h
82df6ba735 zshrc & bashrc: Simplify supybot-generate-messages.pot-xgettext.
xgettext --language=Python config.py plugin.py && cat messages.po > messages.pot && rm messages.po
vs
xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot
2011-12-23 10:41:15 +02:00
Mika Suomalainen
91d70af885 zshrc % bashrc: Fix previous commit.
Removed % which I accidentally pasted from zsh.
2011-12-22 19:10:25 +02:00
Mika Suomalainen
0d1e8c4c0d bashrc & zshrc: Add xgettext version of supybot-generate-messages.pot.
It's supybot-generate-messages.pot-xgettext. I made separate alias, because
xgettext doesn't seem to work with Unix plugin.
2011-12-22 19:04:11 +02:00
Mika Suomalainen
f0498fffd3 Merge branch 'master' of github.com:Mkaysi/shell-things 2011-12-21 20:25:12 +02:00
Mika Suomalainen
1d4350b72a Fix alias supybot-generate-messages.pot.
That alias was missing s and that probably caused catastroph b5feac3e28 (diff-0) .
2011-12-21 20:23:06 +02:00
Mika Suomalainen
7efe627768 bashrc: Removed the > which is annoying to bash users. 2011-11-25 14:10:39 +02:00
Mika Suomalainen
fb1c1db353 bashrc & zshrc: add KILL alias.
killall -KILL takes too long time to write.
2011-11-12 20:42:26 +02:00
Mika Suomalainen
50b8ce7343 bashrc: Tell bash_profile to source .bashrc. Mac OS X... SSH sessions...
NOTE: bashrc must be sourced by hand at least once.
2011-10-29 16:52:37 +03:00
Mika Suomalainen
83bf25982b bashrc: What is bashenv? 2011-10-29 16:49:14 +03:00
Mika Suomalainen
41bfca86d3 bashrc: If zshrc is thanking nyuszika7h about colours, bashrc is thanking him too. 2011-10-29 12:32:34 +03:00
nyuszika7h
dab65be727 bashrc: Light green for normal user and red for root, like with zsh. 2011-10-29 12:31:14 +03:00
Mika Suomalainen
c3fc18843e bashrc: Save from bash-things && bashrc: update from zshrc. 2011-10-29 11:02:22 +03:00
Mika Suomalainen
166f1ae2d1 Files from bash: Are you little lost? 2011-09-29 16:19:01 +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
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
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
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
527464be1d bashrc: Added automatic starting of tmux on SSH login. 2011-09-07 16:11:48 +03:00
Mika Suomalainen
4d74b57d5b Added line to continue tmux session whenever I login. 2011-09-04 16:55:33 +03:00
Mika Suomalainen
3d20660f74 added showing of time to start of bash 2011-08-29 15:57:02 +03:00
Mika Suomalainen
e7924bceaf bashrc: added sourcing for bash_private_aliases 2011-08-28 18:18:37 +03:00
Mika Suomalainen
09c10edb2c Disabled autocd by default to fix compatiblity with Mac OS X (Snow Leopard).
I have one Mac and when I tested this bashrc with it, it complained about unknown
shell option "autocd". Now I disabled it and this should work by default with it.

Mac's bash looks weird. I installed this and it looked normal again :)
2011-08-24 18:36:31 +03:00
Mika Suomalainen
6242d1dcc6 Moved warnings to the README and enabled autocd in bashrc
It will not warn about anything anymore, it just wants you to see README file
where every warning is in notices. README file also tells how to disable that message
which wants everyone to see the README file.
2011-08-17 15:52:54 +03:00
Mika Suomalainen
d08ba59be2 Moved warnings to README & done something else
I don't remember what I did, see changed files :)
2011-08-16 13:01:00 +03:00
Mika Suomalainen
dc9394aee6 Fixed notice about timezone. 2011-08-15 16:22:34 +03:00
Mika Suomalainen
988a946836 Added warning to every file. 2011-08-15 16:17:52 +03:00
Mika Suomalainen
8745669e1a Added correct quotes to bashrc 2011-08-14 18:48:27 +03:00
Mika Suomalainen
8b47d6937d bashrc: fixed the message.
Now bashrc gives more clear message about timezone.
2011-08-14 18:23:14 +03:00
Mika Suomalainen
aff4c5e697 Added notice about timezone in bashrc.
It will now bug the user everytime when he/she starts bash. See line 3 in bashrc.
2011-08-14 13:29:07 +03:00
Mika Suomalainen
ad24bc2625 Added bash default colours.
I even like them but... :)
2011-08-14 01:12:37 +03:00
Mika Suomalainen
f9019c9afd Added notice about timezone.
So people know this bashrc sets timezone to Helsinkis timezone.
2011-08-13 13:20:49 +03:00
Mika Suomalainen
5bc590cb1e Added things, which I copy-pasted from the ultimate bashrc. 2011-08-13 13:00:24 +03:00
Mika Suomalainen
9fc2c74631 2011-08-12 14:17:52 -07:00
Mika Suomalainen
c517d28ded 2011-08-12 13:08:24 -07:00