Commit message (Collapse) | Author | ||
---|---|---|---|
2020-01-23 | .bashrc_work -> .bashrc_local | Egor Tensin | |
2019-08-20 | .bashrc: add screen -d -m alias | Egor Tensin | |
2019-01-29 | less: suppress line numbers | Egor Tensin | |
2018-10-16 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-08-01 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-07-14 | add update-alternatives shortcuts | Egor Tensin | |
2018-06-18 | .bashrc: export HISTCONTROL=ignoredups | Egor Tensin | |
2018-06-15 | .bashrc: re-introduce the ssh-copy-id alias | Egor Tensin | |
Now I can remember what it was for. | |||
2018-06-09 | .bashrc: remove ssh-copy-id alias | Egor Tensin | |
Can't remember why it's important anyway. | |||
2018-06-04 | add comments | Egor Tensin | |
2018-06-04 | ssh.sh: move to .profile | Egor Tensin | |
2018-06-04 | .bashrc: don't source missing files | Egor Tensin | |
2018-06-04 | .bashrc: add a link to StackOverflow for an alias | Egor Tensin | |
2018-06-04 | attempt to organize stuff properly | Egor Tensin | |
bash-independent stuff should go to .profile, which is what I'm trying to do. I'm not sure about how correct all of this is, a few bashisms were ought to creep in. | |||
2018-06-04 | move ssh-related stuff to ssh.sh | Egor Tensin | |
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh. | |||
2018-05-31 | .bashrc: don't export PS1 | Egor Tensin | |
dash (and possibly other shells) inherit this one and break. | |||
2018-05-14 | .bashrc: add a comment to the sudo alias | Egor Tensin | |
2018-05-14 | .gitconfig: move alias.fixup to a separate script | Egor Tensin | |
2018-04-11 | .bashrc: add date aliases | Egor Tensin | |
2018-04-05 | add mysql.sh | Egor Tensin | |
2017-11-29 | .bashrc: .bash_aliases -> .bashrc_work | Egor Tensin | |
2017-10-04 | don't source files twice | Egor Tensin | |
2017-10-04 | .bashrc: source optional .bash_aliases | Egor Tensin | |
2017-10-01 | move PYTHONSTARTUP to python.sh | Egor Tensin | |
2017-10-01 | add python.sh | Egor Tensin | |
This is a stupid way to add your user's pip binary directory to $PATH. | |||
2017-09-02 | .bashrc: don't export SHELLOPTS, BASHOPTS | Egor Tensin | |
2017-08-31 | .bashrc: set +o histexpand | Egor Tensin | |
2017-08-25 | .bashrc: add stty hack | Egor Tensin | |
2017-08-22 | .bashrc: add xclip alias | Egor Tensin | |
2017-07-15 | .bashrc: use bold colors in PS1 | Egor Tensin | |
This way, directory names are more clearly visible in my VirtualBox Arch Linux window. | |||
2017-02-14 | PS1 update | Egor Tensin | |
2017-02-14 | PS1 update | Egor Tensin | |
2017-01-30 | export BASHOPTS | Egor Tensin | |
2017-01-24 | sed --follow-symlinks doesn't work w/ sed 4.2.2 | Egor Tensin | |
2017-01-20 | sed: --follow-symlinks | Egor Tensin | |
2017-01-20 | add common prefixes to functions in .bash_utils/ | Egor Tensin | |
2017-01-12 | define $EDITOR | Egor Tensin | |
2017-01-05 | free: --human | Egor Tensin | |
2016-12-26 | update & export PS1 | Egor Tensin | |
2016-12-25 | ssh-copy-id: -i | Egor Tensin | |
2016-12-24 | allow aliases after sudo | Egor Tensin | |
2016-12-24 | split .bashrc into os.sh, ruby.sh | Egor Tensin | |
2016-12-23 | list_packages_cygwin: skip header lines | Egor Tensin | |
2016-12-22 | add list_manually_installed_packages_ubuntu | Egor Tensin | |
2016-12-01 | code style | Egor Tensin | |
2016-12-01 | list_packages: factor out distr-specific variants | Egor Tensin | |
2016-12-01 | list_packages: package names only | Egor Tensin | |
2016-12-01 | list_packages: support Ubuntu | Egor Tensin | |
2016-12-01 | add Ubuntu detection | Egor Tensin | |
2016-11-29 | add an alias to clear the screen | Egor Tensin | |