aboutsummaryrefslogtreecommitdiff
path: root/bashrc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed commentMiquel Sabaté Solà2019-01-241-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: adding the 'e' aliasMiquel Sabaté Solà2019-01-241-0/+1
| | | | | | This alias stands for "editor", and it's a shorthand for $EDITOR. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use emacsclient as the default editorMiquel Sabaté Solà2019-01-241-2/+2
| | | | | | | | | I've created a special emacsclient-a-nw executable script which should suffice for places like the gitconfig or bashrc. The good thing about having emacsclient as the default editor, is that then you gain Magit, for example, when writing `git commit`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: added aliases for ip commandMiquel Sabaté Solà2018-05-281-1/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* gpg: fixed agent misconnectionMiquel Sabaté Solà2018-04-031-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 aliasMiquel Sabaté Solà2018-02-231-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: using node8Miquel Sabaté Solà2018-02-071-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated flag passed to agMiquel Sabaté Solà2017-11-201-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 statusMiquel Sabaté Solà2017-06-071-61/+43
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `bin` directory and sorted out licensingMiquel Sabaté Solà2016-05-311-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 vimMiquel Sabaté Solà2016-05-181-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bashrc: just another stupid aliasMiquel Sabaté Solà2016-05-101-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bashrc: updated the td functionMiquel Sabaté Solà2016-04-211-2/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bashrc: I got a certificate for my todo serverMiquel Sabaté2016-04-051-1/+1
| | | | Signed-off-by: Miquel Sabaté <msabate@suse.com>
* bashrc: simplified the coloring of the PS1 promptMiquel Sabaté Solà2016-03-151-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bashrc: updatedMiquel Sabaté Solà2016-03-151-7/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: add some useful aliasMiquel Sabaté Solà2016-02-171-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bashrc: it's safe to remove container in td's caseMiquel Sabaté Solà2016-02-131-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* bashrc: don't block ctrl-p inside of containersMiquel Sabaté Solà2016-02-131-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* bashrc: use the dockerized version of "td"Miquel Sabaté Solà2016-02-131-0/+10
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* bash: cleaning upMiquel Sabaté2015-08-011-11/+3
|
* bash: added the `source_maybe functionMiquel Sabaté2015-08-011-12/+16
| | | | This way we only source files that exist
* bash: fixed the PATH variable for Go programsMiquel Sabaté2015-07-231-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 sorryMiquel Sabaté2015-07-171-2/+2
| | | | Otherwise whenever we upgrade to a binary change in Qt5 KDE will crash :D
* bash: complete the `docker` command if possibleMiquel Sabaté2015-07-091-1/+6
|
* bashrc: my new KDEDIR points to the hidden dir `.kde` now.Miquel Sabaté2015-01-201-1/+1
|
* bashrc: set the GOROOT_BOOTSTRAP env. variable for now.Miquel Sabaté2015-01-201-0/+1
|
* bash: let the `frameworks` alias do more work for us.Miquel Sabaté2014-11-261-1/+1
|
* bash: added the `scripts` repo to the $PATH.Miquel Sabaté2014-11-171-0/+6
|
* bash: let's use clang/clang++ as the default compiler.Miquel Sabaté2014-11-171-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-171-7/+3
|
* bash: added the `td` utility in my bashrc.Miquel Sabaté2014-11-171-0/+5
|
* Revert "bash: KF5 will be my default desktop."Miquel Sabaté2014-09-091-11/+14
| | | | This reverts commit a517607c00541450db9ede3dd46941d4dca709af.
* bash: KF5 will be my default desktop.Miquel Sabaté2014-09-091-14/+11
|
* bashrc: Use gitignore.io to generate the contents for a gitignore file.Miquel Sabaté2014-08-211-0/+5
|
* bashrc: the Go repo doesn't have the bash completion file anymore.Miquel Sabaté2014-07-021-5/+0
|
* Added the manpdf function to the bashrc file.Miquel Sabaté2014-06-051-1/+6
|
* bash: added a shortcut for KDE Frameworks.Miquel Sabaté2014-03-071-0/+4
|
* bash: removed some legacy exports.Miquel Sabaté2014-03-041-2/+0
|
* bashrc: Added the review's new install path.Miquel Sabaté2014-03-041-1/+2
|
* bash: on MacOS X, we don't use the default ls command.Miquel Sabaté2014-02-161-3/+7
| | | | Instead we use the GNU ls command.
* bashrc: Let's treat Mercurial as a first-class citizen.Miquel Sabaté2014-02-101-5/+11
|
* bash: use $HOMEMiquel Sabaté2014-01-291-1/+1
|
* git: que pasa neng ?!Miquel Sabaté2014-01-211-0/+3
|
* bash: load Go's bash completion if it's installed in the system.Miquel Sabaté2014-01-041-0/+5
|
* bash: removed conflict on rvmMiquel Sabaté2013-12-271-4/+5
|
* bash: export the TERM variableMiquel Sabaté2013-12-271-1/+1
|
* bash: updated the Go paths to my current schemeMiquel Sabaté2013-12-091-2/+2
|
* bash: Set the terminal to have 256 colorsMiquel Sabaté2013-12-091-0/+3
|
* bash: set the LESS and the PAGER environment variables.Miquel Sabaté2013-12-091-0/+4
|