Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bash: support copy alias on multiple platforms | Egor Tensin | 2023-04-26 |
| | |||
* | bash: regroup settings a bit | Egor Tensin | 2023-03-01 |
| | |||
* | bash: group settings, add separators | Egor Tensin | 2023-03-01 |
| | |||
* | tmux: attach to the named session | Egor Tensin | 2023-02-23 |
| | |||
* | bash: add aliases for cd .. | Egor Tensin | 2023-01-25 |
| | | | | Can't believe I thought it wasn't possible before. | ||
* | bash: save more history | Egor Tensin | 2023-01-25 |
| | |||
* | bash: adjust PS1 to Solarized light theme | Egor Tensin | 2022-05-28 |
| | |||
* | bash: remove unused or low-value stuff | Egor Tensin | 2022-04-02 |
| | |||
* | .bash_utils: remove mysql.sh | Egor Tensin | 2022-04-02 |
| | | | | WTF did I even need that for? | ||
* | rename the project | Egor Tensin | 2022-04-01 |
| | |||
* | .bashrc: export GPG_TTY | Egor Tensin | 2022-02-26 |
| | |||
* | .bashrc: shut coredumpctl gdb up | Egor Tensin | 2021-09-11 |
| | |||
* | 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-09-06 |
| | |||
* | .bashrc: disable Alt+N shortcuts | Egor Tensin | 2021-05-28 |
| | |||
* | .bashrc: add Vagrant workaround | Egor Tensin | 2021-03-07 |
| | |||
* | .bashrc: fix tmux if there's no nnn | Egor Tensin | 2021-01-06 |
| | |||
* | .bashrc: better remote session detection | Egor Tensin | 2020-12-28 |
| | | | | | | | | | | 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. | ||
* | .bashrc: launch nnn automatically | Egor Tensin | 2020-12-23 |
| | | | | This is kinda nice, I think. | ||
* | 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 | 2020-12-18 |
| | | | | | 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. | ||
* | .bashrc: remove an old TERM workaround | Egor Tensin | 2020-12-18 |
| | |||
* | .bashrc: remove redundant PS1 check | Egor Tensin | 2020-12-18 |
| | |||
* | tmux: start automatically | Egor Tensin | 2020-12-17 |
| | |||
* | add nnn configuration | Egor Tensin | 2020-12-14 |
| | |||
* | .bashrc: prevent nested ranger instances | Egor Tensin | 2020-12-10 |
| | |||
* | .bashrc: make Tilix quiet | Egor Tensin | 2020-12-09 |
| | |||
* | .bashrc_work -> .bashrc_local | Egor Tensin | 2020-01-23 |
| | |||
* | .bashrc: add screen -d -m alias | Egor Tensin | 2019-08-20 |
| | |||
* | less: suppress line numbers | Egor Tensin | 2019-01-29 |
| | |||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-10-16 |
| | |||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-08-01 |
| | |||
* | add update-alternatives shortcuts | Egor Tensin | 2018-07-14 |
| | |||
* | .bashrc: export HISTCONTROL=ignoredups | Egor Tensin | 2018-06-18 |
| | |||
* | .bashrc: re-introduce the ssh-copy-id alias | Egor Tensin | 2018-06-15 |
| | | | | Now I can remember what it was for. | ||
* | .bashrc: remove ssh-copy-id alias | Egor Tensin | 2018-06-09 |
| | | | | Can't remember why it's important anyway. | ||
* | 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 | 2018-06-04 |
| | | | | | | | 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. | ||
* | move ssh-related stuff to ssh.sh | Egor Tensin | 2018-06-04 |
| | | | | | | 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. | ||
* | .bashrc: don't export PS1 | Egor Tensin | 2018-05-31 |
| | | | | dash (and possibly other shells) inherit this one and break. | ||
* | .bashrc: add a comment to the sudo alias | Egor Tensin | 2018-05-14 |
| | |||
* | .gitconfig: move alias.fixup to a separate script | Egor Tensin | 2018-05-14 |
| |