summaryrefslogtreecommitdiffstats
path: root/.bashrc
Commit message (Collapse)AuthorAgeFilesLines
* Bash config: preexec paging hack: itemize affected wildcardsJan Pokorný2014-04-081-1/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: finally solve the ack cross-version incompatibilityJan Pokorný2014-03-111-2/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: make diralias consider symlink'd dirs as wellJan Pokorný2014-03-041-2/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: make linkalias use elinks in non-graphical modeJan Pokorný2014-03-031-3/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: fix over-restrictive globJan Pokorný2014-03-031-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: add {color,}diff + yum searchJan Pokorný2014-03-021-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: add "sdcv" to listJan Pokorný2014-02-261-1/+1
| | | | | | | While the same could be achieved by setting SDCV_PAGER env. var., let's stick with the preexec provision for conformity. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: add "git ls-files" to listJan Pokorný2014-02-251-1/+1
| | | | | | ...which now follows alphabetical order as expected Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: stop enumerating the slave config filesJan Pokorný2014-02-251-4/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: include "find" utilJan Pokorný2014-02-251-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: allow for expansions via evalJan Pokorný2014-02-251-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: avoid paging when pipingJan Pokorný2014-02-211-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: auto-pagination trick for selected cmds (rpm, ...)Jan Pokorný2014-02-201-1/+26
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: allow for incremental search forwardJan Pokorný2014-02-201-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: activate vi-style cmdline editing interface (finally!)Jan Pokorný2014-02-181-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: further enhance diralias bash completionJan Pokorný2014-02-141-2/+4
| | | | | | | | - avoid completion of empty string (standing for the actual directory itself) - prevent multiple completions as only one argument makes sense Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: enhance diralias bash completionJan Pokorný2014-02-141-1/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash: add .bashrc-xml for some XML-related functionsJan Pokorný2013-11-061-1/+1
| | | | | | | first one being xml-xpath that uses 3 (2 under the hood) implementations to perform an XPath query Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* bash: even " [+-]" at subdiff has a use case: patch-suggested-changesJan Pokorný2013-10-141-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: fix diralias bash completionJan Pokorný2013-09-251-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: enhance diralias bash completionJan Pokorný2013-09-251-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: make diralias also define respective completionJan Pokorný2013-09-241-1/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add diralias for ~/wrkspcJan Pokorný2013-09-241-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: fix _linkalias internal API functionJan Pokorný2013-09-161-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add dotfiles-selfcontained functions/aliasesJan Pokorný2013-09-161-1/+7
| | | | | | | As a starter, turn keyword-sensitive bookmarks into bash aliases (e.g., fire "rhbz 1000000" to open the web browser with bug 1M). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: refactor common "echo usage $FUNCNAME" as aliasJan Pokorný2013-09-101-4/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add bash history rotation on montly basisJan Pokorný2013-08-261-1/+1
| | | | | | | Credit: http://lukas.zapletalovi.com/2013/03/never-lost-your-bash-history-again.html Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add img-qr function (on-screen QR from input)Jan Pokorný2013-08-261-0/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: generalize _diralias for a couple of argsJan Pokorný2013-08-261-2/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: fix 2 diralias issues (dependency + unneeded error msg)Jan Pokorný2013-08-221-8/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: define and use diralias helperJan Pokorný2013-08-221-3/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: fix ack-intersection commandJan Pokorný2013-08-081-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: alias 'tree' to 'tree -a'Jan Pokorný2013-06-241-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add img-diff function (powered by ImageMagick)Jan Pokorný2013-06-241-0/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add acka='ack -a --follow' aliasJan Pokorný2013-06-131-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add hist-grep func (+ hist-del-last helper alias)Jan Pokorný2013-06-131-5/+20
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: add debug-argsep to debug input arguments splittingJan Pokorný2013-06-051-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: adjust function definition notationJan Pokorný2013-06-051-4/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: add ack-intersection functionJan Pokorný2013-06-031-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: be tmux an alias for 'tmux -2'Jan Pokorný2013-06-031-0/+1
| | | | | | | | | Long term solution for multi-colorfulness propagated correctly to programs in tmux session by default yet to be found. At least for now, VIM + PowerLine behave correctly. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: cdup print the target directory as well, g* use pushdJan Pokorný2013-05-301-3/+3
| | | | | | | re: cdup ... it can be used in scripts like "cd $(cdup 4)" (untested) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: restructure/splitJan Pokorný2013-05-241-47/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: add few "cd" aliases and command shortcutsJan Pokorný2013-05-241-0/+13
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: add cdup function (stands for repeated cd ..)Jan Pokorný2013-05-211-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash functions: add check for programs with W and X memoryJan Pokorný2013-05-131-0/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .bashrc: rpmbuild-patch: colorize hunk offset infoJan Pokorný2013-05-091-2/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Make pager=less behave more appropriately under mc specificallyJan Pokorný2013-04-241-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add .bashrcJan Pokorný2013-04-101-0/+40
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>