| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Added the path to Heroku | Miquel Sabaté | 2013-04-29 | 1 | -1/+1 |
| | | |||||
| * | Renamed the environment variable RUBY to KRUBY. | Miquel Sabaté | 2013-04-05 | 1 | -2/+2 |
| | | | | | This way there's no conflict when compiling Rubinius master branch. | ||||
| * | Added some stupid aliases around the cd command | Miquel Sabaté | 2013-03-01 | 1 | -2/+4 |
| | | |||||
| * | Putting the "g" function back to the bashrc file. | Miquel Sabaté | 2013-03-01 | 1 | -2/+21 |
| | | | | | | | I tried to do fancy stuff with the CDPATH and a directory with symlinks inside, but it didn't work the way I wanted. So the "g" function is back. I've also removed some shortcuts that are not needed. | ||||
| * | Updated the bashrc file. | Miquel Sabaté | 2013-03-01 | 1 | -34/+5 |
| | | | | | | | | | The wduchain function becomes an alias with just the actual DUChain cache path. Moreover, I've removed the "g" function, since exporting the CDPATH environment variable seems to work as well. Also remember that we need the bash-completion package installed so Bash can autocomplete directories under the CDPATH. | ||||
| * | No matter what, use en_US.UTF-8 always. | Miquel Sabaté | 2012-11-07 | 1 | -0/+3 |
| | | | | | | I know this is ugly and that it should be done somewhere else in a fancy configuration file, but it works fine in my workflow. | ||||
| * | The wduchain can't be an alias anymore | Miquel Sabaté | 2012-10-27 | 1 | -3/+7 |
| | | |||||
| * | Renamed the go function to "g" so the name does not clash with the Go compiler | Miquel Sabaté | 2012-10-21 | 1 | -1/+1 |
| | | |||||
| * | Updated the bashrc file to include the Go path | Miquel Sabaté | 2012-10-21 | 1 | -0/+4 |
| | | |||||
| * | Added the wduchain alias | Miquel Sabaté | 2012-06-07 | 1 | -0/+3 |
| | | |||||
| * | Added the 'build' shortcut | Miquel Sabaté | 2012-05-05 | 1 | -0/+3 |
| | | |||||
| * | Added an alias where 'be' means bundle exec | Miquel Sabaté | 2012-05-01 | 1 | -0/+3 |
| | | |||||
| * | Added a new shortcut | Miquel Sabaté | 2011-12-31 | 1 | -2/+5 |
| | | |||||
| * | Removing old stuff | Miquel Sabaté | 2011-12-23 | 1 | -3/+0 |
| | | |||||
| * | Added CMake paths | Miquel Sabaté | 2011-12-05 | 1 | -0/+6 |
| | | |||||
| * | Added more paths to the bahrc | Miquel Sabaté | 2011-12-05 | 1 | -1/+3 |
| | | |||||
| * | Adding the home shortcut, yeah call me lazy :) | Miquel Sabaté | 2011-12-03 | 1 | -0/+3 |
| | | |||||
