Commit Graph

225 Commits

Author SHA1 Message Date
Mikaela Suomalainen 9af6fc1f54 bashrc & zshrc: always prefer to gpg2
* keybase
* not only MKAYSIGREP
2014-07-10 11:04:55 +03:00
Mikaela Suomalainen 5e7b3ff858 bashrc & zshrc: fix ssh-add-sc
See also issue #32 .
2014-07-09 17:07:47 +03:00
Mikaela Suomalainen dc51cf6dd3 bashrc & chmod & install.run & zshrc: make more
sense
2014-07-04 23:26:06 +03:00
Mikaela Suomalainen 4dd860d483 bashrc & zshrc: run finding of pkcs11so
in the background. See #32 which this might fix.
2014-07-04 21:50:46 +03:00
Mikaela Suomalainen 53d31a2f9e bashrc & zshrc: fix $PATH
* /sbin/ was before /usr/sbin which prevented molly-guard from working.
2014-06-30 19:26:20 +03:00
Mikaela Suomalainen 2bb9eb9f97 bashrc & zshrc: add tmuxeattach. Closes #34 .
tmux emergency attach. I didn't think of any better name.
2014-06-28 08:04:03 +03:00
Mikaela Suomalainen abb85e3393 bashrc & zshrc: add function fix-autostart.
* Creates and chmods autostart directories as 755.
    * ~/.config/autostart
    * /etc/xdg/autostart
        * Only if we are root.
2014-06-22 11:17:48 +03:00
Mikaela Suomalainen 6205f7a6db bashrc & zshrc: remove trailing ":" from $PATH.
Source: first comment to the answer linked in this file.
2014-06-15 10:03:20 +03:00
Mikaela Suomalainen d9527e7215 bashrc & zshrc: add alias "maken".
* `make -j$NPROC`
2014-06-07 19:53:29 +03:00
Mikaela Suomalainen 901f41a9b4 bashrc & zshrc: add alias peminfo (shows information on .pem file).
It seems that autoretab happened too.
2014-06-05 16:36:20 +03:00
Mikaela Suomalainen c86e1c496f bashrc & zshrc: remove make mess.
npm is failing, because of it.
2014-05-31 14:34:58 +03:00
Mikaela Suomalainen 140beca6af bashrc & zshrc: add aliases isodate & isodateu.
They show date in ISO 8601 format.
2014-05-31 00:02:01 +03:00
Mikaela Suomalainen 885447efe8 fix previous commit 2014-05-30 00:01:03 +03:00
Mikaela Suomalainen a2f59accb2 bashrc & zshrc: add aliases for showing changelog.
* git-changelog
* git-changelog-color
2014-05-29 23:56:44 +03:00
Mikaela Suomalainen f5f62492ec bashrc & zshrc: fix supybot aliases. 2014-05-29 20:45:17 +03:00
Mikaela Suomalainen a502ad5201 bashrc & zshrc: don't repeat the PATH so much.
Copied from http://unix.stackexchange.com/a/14896 .
2014-05-29 20:28:25 +03:00
Mikaela Suomalainen 418bb8662f bashrc & zshrc: read through.
Changes can be seen in the diff and I the only thing I checked is that
bash and zsh start without errors.
2014-05-29 16:02:08 +03:00
Mikaela Suomalainen e51dec19b0 bashrc & zshrc: add alias gpg-fix-tty. 2014-05-28 19:20:12 +03:00
Mikaela Suomalainen f896c88e89 bashrc & zshrc: don't wait for hostname, uptime & who & last. 2014-05-23 09:49:50 +03:00
Mikaela Suomalainen b34475c13c bashrc & zshrc: dd some stupid aliases. 2014-05-22 15:05:16 +03:00
Mikaela Suomalainen bf2f30260f fix reset-unity 2014-05-22 12:11:44 +03:00
Mikaela Suomalainen 3d75971df5 bashrc & zshrc: add reset- aliases. Closes #29 . 2014-05-22 12:05:13 +03:00
Mikaela Suomalainen 38a58a954e bashrc & zshrc: use $() instead of ``. Closes #30 . 2014-05-22 11:31:14 +03:00
Mikaela Suomalainen 728c90529e bashrc & zshrc: use -F instead of -f with tail in follow alias. 2014-05-16 17:30:09 +03:00
Mikaela Suomalainen 4b9d243237 set MAKE_OPTS 2014-05-16 16:11:27 +03:00
Mikaela Suomalainen dfa3b55d0f bashrc & zshrc: unset MAKE.
Closes #28 .
2014-05-16 16:08:50 +03:00
Mikaela Suomalainen 045b15faf4 Fix #22. Use find instead of locate. 2014-05-13 16:39:06 +03:00
Mikaela Suomalainen 483da09e60 bashrc: Fix #26 .
I replaced bashrc version of fix-node with "which fix-node" output from zsh.
2014-05-13 16:21:15 +03:00
Mikaela Suomalainen bc966efe0b bashrc & zshrc: convert osx-functions to aliases.
defaults has sanity checks, I belive.
2014-05-13 15:58:09 +03:00
Mikaela Suomalainen 2077958ac1 bashrc & zshrc: remove my if from osx-functions. 2014-05-13 15:43:18 +03:00
Mikaela Suomalainen 808588969d bashrc & zshrc: os-x-server-caching-interface --> osx-server-caching-interface
Like the other functions and commands are.
2014-05-13 15:41:07 +03:00
Mikaela Suomalainen ad49056022 bashrc & zshrc: Fix #24 .
OS X settings aren't set automatically anymore, they are now three
different functions.

osx-show-hidden-files
osx-airdrop-listenall
osx-set-updatecheck
2014-05-13 15:34:24 +03:00
Mikaela Suomalainen c5efaf17c7 bashrc & zshrc: add fix-node function. Closes #23 . 2014-05-13 13:07:04 +03:00
Mikaela Suomalainen 83ccf48080 bashrc & zshrc: add aliases pythonX-httpd. Closes #17 . 2014-05-13 12:41:26 +03:00
Mikaela Suomalainen c39b2470d7 bashrc & zshrc: rename os-x-caching-interface to os-x-server-caching-interface 2014-05-13 12:38:07 +03:00
Mikaela Suomalainen 21fd7af642 bashrc & zshrc: add function to download sources.list for Ubuntu. 2014-05-13 12:34:11 +03:00
Mikaela Suomalainen e4da11776a bashrc & zshrc: ssh-add: use keyring with OS X.
Via https://help.github.com/articles/working-with-ssh-key-passphrases#platform-mac
2014-05-08 19:31:25 +03:00
Mikaela Suomalainen 49be36c9a6 fix previous commit 2014-05-06 17:28:13 +03:00
Mikaela Suomalainen 8638a420bc bashrc & zshrc: fix #20 I hope.
Same output which nproc gives can be got with "sysctl -n hw.ncpu".
2014-05-06 17:26:00 +03:00
Mikaela Suomalainen b4ece3743b bashrc & zshrc: add function shell-things. Closes #21. 2014-05-06 17:12:33 +03:00
Mikaela Suomalainen 1e06d4db5f bashrc & zshrc: use all cores for make. 2014-05-04 16:43:24 +03:00
Mikaela Suomalainen 7b119d2ba2 bashrc & zshrc: fix pyenv PATH. 2014-05-03 16:56:48 +03:00
Mikaela Suomalainen 5b3bb32ee1 bashrc & zshrc: limit who to 10 lines too. 2014-05-03 12:29:26 +03:00
Mikaela Suomalainen 1eac4252ef bashrc & zshrc: add last 2014-05-03 12:20:38 +03:00
Mikaela Suomalainen e5c323d0a0 bashrc & zshrc: alias os-x-caching-interface for setting caching server interface. 2014-05-01 18:21:08 +03:00
Mikaela Suomalainen 9f270b438d bashrc & zshrc: add colours to ls on OS X. 2014-05-01 15:24:52 +03:00
Mikaela Suomalainen 5fa0f73979 bashrc & zshrc: add / after directories in ls on OS X. 2014-05-01 15:07:12 +03:00
Mikaela Suomalainen 652437282d bashrc & zshrc: ls colours
Via https://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output
2014-05-01 14:55:01 +03:00
Mikaela Suomalainen 050e1fd7ec bashrc & zshrc: OS X fixes. 2014-05-01 14:50:14 +03:00
Mikaela Suomalainen c2b0bcb8db bashrc & zshrc: fix homebrew-install 2014-05-01 13:55:44 +03:00