| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gpg: fixed agent misconnection | Miquel Sabaté Solà | 2018-04-03 | 1 | -0/+23 |
| | | | | | | | This is a fix for a weird error that just happened to me. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: added another PATH and an alias | Miquel Sabaté Solà | 2018-02-23 | 1 | -0/+4 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: using node8 | Miquel Sabaté Solà | 2018-02-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: updated flag passed to ag | Miquel Sabaté Solà | 2017-11-20 | 1 | -3/+5 |
| | | | | | | | | | | | Recent versions of ag switched from `--path-to-agignore` to `--path-to-ignore`. Moreover, this commit also adds a minor environment variable affecting the NodeJS bundled in openSUSE Leap. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: updated bashrc to its current status | Miquel Sabaté Solà | 2017-06-07 | 1 | -61/+43 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Added the `bin` directory and sorted out licensing | Miquel Sabaté Solà | 2016-05-31 | 1 | -4/+4 |
| | | | | | | | | Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Use ag for searching stuff in vim | Miquel Sabaté Solà | 2016-05-18 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: just another stupid alias | Miquel Sabaté Solà | 2016-05-10 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: updated the td function | Miquel Sabaté Solà | 2016-04-21 | 1 | -2/+9 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: I got a certificate for my todo server | Miquel Sabaté | 2016-04-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Miquel Sabaté <msabate@suse.com> | ||||
| * | bashrc: simplified the coloring of the PS1 prompt | Miquel Sabaté Solà | 2016-03-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: updated | Miquel Sabaté Solà | 2016-03-15 | 1 | -7/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: add some useful alias | Miquel Sabaté Solà | 2016-02-17 | 1 | -0/+5 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: it's safe to remove container in td's case | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | bashrc: don't block ctrl-p inside of containers | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | bashrc: use the dockerized version of "td" | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+10 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | bash: cleaning up | Miquel Sabaté | 2015-08-01 | 1 | -11/+3 |
| | | |||||
| * | bash: added the `source_maybe function | Miquel Sabaté | 2015-08-01 | 1 | -12/+16 |
| | | | | | This way we only source files that exist | ||||
| * | bash: fixed the PATH variable for Go programs | Miquel Sabaté | 2015-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | This happenned once I got Docker installed from both openSUSE and the master branch. So, as of now, for Go applications the lookup will be: 1. $GOROOT: for the compiler. 2. $PATH: for programs like docker, in which I prefer to use them from stable repos. 3. $GOPATH: the rest. | ||||
| * | bash: it's better to be safe than sorry | Miquel Sabaté | 2015-07-17 | 1 | -2/+2 |
| | | | | | Otherwise whenever we upgrade to a binary change in Qt5 KDE will crash :D | ||||
| * | bash: complete the `docker` command if possible | Miquel Sabaté | 2015-07-09 | 1 | -1/+6 |
| | | |||||
| * | bashrc: my new KDEDIR points to the hidden dir `.kde` now. | Miquel Sabaté | 2015-01-20 | 1 | -1/+1 |
| | | |||||
| * | bashrc: set the GOROOT_BOOTSTRAP env. variable for now. | Miquel Sabaté | 2015-01-20 | 1 | -0/+1 |
| | | |||||
| * | bash: let the `frameworks` alias do more work for us. | Miquel Sabaté | 2014-11-26 | 1 | -1/+1 |
| | | |||||
| * | bash: added the `scripts` repo to the $PATH. | Miquel Sabaté | 2014-11-17 | 1 | -0/+6 |
| | | |||||
| * | bash: let's use clang/clang++ as the default compiler. | Miquel Sabaté | 2014-11-17 | 1 | -0/+6 |
| | | | | | | | But since some projects such as HHVM, do not compile under clang, we have to use gcc there. Since it's no fun to keep on writing "CC=..." and all that, I've created the `GCC` shortuct. | ||||
| * | bash: the GNU coreutils package can be installed without the prefix in OSX. | Miquel Sabaté | 2014-11-17 | 1 | -7/+3 |
| | | |||||
| * | bash: added the `td` utility in my bashrc. | Miquel Sabaté | 2014-11-17 | 1 | -0/+5 |
| | | |||||
| * | Revert "bash: KF5 will be my default desktop." | Miquel Sabaté | 2014-09-09 | 1 | -11/+14 |
| | | | | | This reverts commit a517607c00541450db9ede3dd46941d4dca709af. | ||||
| * | bash: KF5 will be my default desktop. | Miquel Sabaté | 2014-09-09 | 1 | -14/+11 |
| | | |||||
| * | bashrc: Use gitignore.io to generate the contents for a gitignore file. | Miquel Sabaté | 2014-08-21 | 1 | -0/+5 |
| | | |||||
| * | bashrc: the Go repo doesn't have the bash completion file anymore. | Miquel Sabaté | 2014-07-02 | 1 | -5/+0 |
| | | |||||
| * | Added the manpdf function to the bashrc file. | Miquel Sabaté | 2014-06-05 | 1 | -1/+6 |
| | | |||||
| * | bash: added a shortcut for KDE Frameworks. | Miquel Sabaté | 2014-03-07 | 1 | -0/+4 |
| | | |||||
| * | bash: removed some legacy exports. | Miquel Sabaté | 2014-03-04 | 1 | -2/+0 |
| | | |||||
| * | bashrc: Added the review's new install path. | Miquel Sabaté | 2014-03-04 | 1 | -1/+2 |
| | | |||||
| * | bash: on MacOS X, we don't use the default ls command. | Miquel Sabaté | 2014-02-16 | 1 | -3/+7 |
| | | | | | Instead we use the GNU ls command. | ||||
| * | bashrc: Let's treat Mercurial as a first-class citizen. | Miquel Sabaté | 2014-02-10 | 1 | -5/+11 |
| | | |||||
| * | bash: use $HOME | Miquel Sabaté | 2014-01-29 | 1 | -1/+1 |
| | | |||||
| * | git: que pasa neng ?! | Miquel Sabaté | 2014-01-21 | 1 | -0/+3 |
| | | |||||
| * | bash: load Go's bash completion if it's installed in the system. | Miquel Sabaté | 2014-01-04 | 1 | -0/+5 |
| | | |||||
| * | bash: removed conflict on rvm | Miquel Sabaté | 2013-12-27 | 1 | -4/+5 |
| | | |||||
| * | bash: export the TERM variable | Miquel Sabaté | 2013-12-27 | 1 | -1/+1 |
| | | |||||
| * | bash: updated the Go paths to my current scheme | Miquel Sabaté | 2013-12-09 | 1 | -2/+2 |
| | | |||||
| * | bash: Set the terminal to have 256 colors | Miquel Sabaté | 2013-12-09 | 1 | -0/+3 |
| | | |||||
| * | bash: set the LESS and the PAGER environment variables. | Miquel Sabaté | 2013-12-09 | 1 | -0/+4 |
| | | |||||
| * | Added bash completion for mercurial. | Miquel Sabaté | 2013-07-31 | 1 | -0/+3 |
| | | | | | | It's the contrib/bash_completion file from the mercurial repo (http://selenic.com/hg/). | ||||
| * | Moved the install script from Ruby to plain bash | Miquel Sabaté | 2013-07-31 | 1 | -48/+5 |
| | | |||||
| * | Extended the p function so it also supports hg and svn | Miquel Sabaté | 2013-07-27 | 1 | -1/+13 |
| | | |||||
| * | Added the p function. | Miquel Sabaté | 2013-07-25 | 1 | -0/+16 |
| | | | | | This function acts as a shortcut to create a patch file from a git repo. | ||||
