Commit message (Collapse) | Author | ||
---|---|---|---|
2022-05-28 | bash: adjust PS1 to Solarized light theme | Egor Tensin | |
2022-04-02 | bash: remove unused or low-value stuff | Egor Tensin | |
2022-04-02 | .bash_utils: remove mysql.sh | Egor Tensin | |
WTF did I even need that for? | |||
2022-04-01 | rename the project | Egor Tensin | |
2022-02-26 | .bashrc: export GPG_TTY | Egor Tensin | |
2021-09-11 | .bashrc: shut coredumpctl gdb up | Egor Tensin | |
2021-09-06 | full parameter names | Egor Tensin | |
2021-09-06 | .bashrc: reorder stuff | Egor Tensin | |
2021-09-06 | .bashrc: add xxd alias | Egor Tensin | |
2021-09-06 | .bashrc: remove ranger & Tilix configuration | Egor Tensin | |
2021-09-06 | .bashrc: clean up aliases | Egor Tensin | |
2021-09-06 | .bashrc: shut GDB up | Egor Tensin | |
2021-05-28 | .bashrc: disable Alt+N shortcuts | Egor Tensin | |
2021-03-07 | .bashrc: add Vagrant workaround | Egor Tensin | |
2021-01-06 | .bashrc: fix tmux if there's no nnn | Egor Tensin | |
2020-12-28 | .bashrc: better remote session detection | Egor Tensin | |
Weirdly, SSH_TTY & SSH_CLIENT are also defined for local sessions when you: * ssh to your box, * start the X server there. I don't know why, seems illogical. | |||
2020-12-23 | .bashrc: launch nnn automatically | Egor Tensin | |
This is kinda nice, I think. | |||
2020-12-18 | tmux: don't autostart on Cygwin | Egor Tensin | |
2020-12-18 | tmux: prevent recursive attachments | Egor Tensin | |
2020-12-18 | .bashrc: better nested-tmux check | Egor Tensin | |
TERM might be set to e.g. "screen" via an SSH connection, but we still want to attach to a tmux session in that case. | |||
2020-12-18 | .bashrc: remove an old TERM workaround | Egor Tensin | |
2020-12-18 | .bashrc: remove redundant PS1 check | Egor Tensin | |
2020-12-17 | tmux: start automatically | Egor Tensin | |
2020-12-14 | add nnn configuration | Egor Tensin | |
2020-12-10 | .bashrc: prevent nested ranger instances | Egor Tensin | |
2020-12-09 | .bashrc: make Tilix quiet | Egor Tensin | |
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 | |