aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
Commit message (Collapse)AuthorAgeFilesLines
* emacs: switched to Doom EmacsMiquel Sabaté Solà2021-10-171-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Small updates on i3 and bashMiquel Sabaté Solà2021-09-091-3/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: set the PROMPT_COMMAND environment variableMiquel Sabaté Solà2021-01-211-0/+4
| | | | | | | This is useful for terminals that don't touch the title bar by themselves like alacritty, which expected the application to actually change it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed directoriesMiquel Sabaté Solà2020-10-221-10/+16
| | | | | | | - Use `user-emacs-directory` instead of `~/.emacs.d` directly. - Use XDG-related environment variables, which are set on the `bashrc` file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: introducing the xo binaryMiquel Sabaté Solà2020-10-101-3/+0
| | | | | | | This is just a dumb replacement for the previous `xo` shell alias, so I can avoid some of the shortcomings of `xdg-open`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: fixed some weird issue on bash completionsMiquel Sabaté Solà2020-08-121-2/+1
| | | | | | Basically on alacritty. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Trying out alacritty as the terminal emulatorMiquel Sabaté Solà2020-08-121-0/+4
| | | | | | | | For now I've built it from source, which maybe isn't the best option. I've also updated the hunspell dictionary. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: upgrade the default nodeMiquel Sabaté Solà2020-04-131-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: yarn hack no longer neededMiquel Sabaté Solà2020-03-311-2/+0
| | | | | | | I've now recovered my RPM package from home:mssola. I will keep yarn up-to-date there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Minor improvements here and thereMiquel Sabaté Solà2019-12-021-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated some paths and env. variablesMiquel Sabaté Solà2019-08-231-6/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+151
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>