summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bash config: tweak cmd prompt: get git silent on error conditionsJan Pokorný2014-10-201-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: PS1 now indicates vim running on backgroundJan Pokorný2014-10-201-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: extend aliases with fpath (~ find -path)Jan Pokorný2014-10-201-0/+1
| | | | | | ...the same way as fname is established already Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash: add .bashrc-nb for some NB usage related functionsJan Pokorný2014-10-201-0/+7
| | | | | | Like monitoring state of the battery. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash: add .bashrc-python for some Python-related functionsJan Pokorný2014-09-231-0/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firefox first-run config: also lock down no data reportsJan Pokorný2014-09-231-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firefox first-run config: fix unintentional zoom.full flipsJan Pokorný2014-09-011-0/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: rh alias = reset HEADJan Pokorný2014-08-261-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: ds alias = diff --stagedJan Pokorný2014-08-261-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: enforce "strict" mode of patch via aliasJan Pokorný2014-08-251-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: tweak cmd prompt: show type of exec'd cmdJan Pokorný2014-08-251-2/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mutt config: change pager_format to always show the mailboxJan Pokorný2014-08-221-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Fix vimdiff (previously allged to be by plugins) issue betterJan Pokorný2014-08-212-1/+6
| | | | | | | ...as it turned up to be an interactive shell incompatibility hitch (isn't this a bug in vimdiff as such?). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: ack alias = "grep" tracked files firstJan Pokorný2014-08-202-1/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: better pager selection within aliasesJan Pokorný2014-08-201-5/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack for few other cmd patternsJan Pokorný2014-08-201-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add arch-diff function (self-explanatory)Jan Pokorný2014-08-201-0/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add pcalc function (Python eval of arithmetics)Jan Pokorný2014-08-201-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: various stylistic changesJan Pokorný2014-08-201-21/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: source .profile (.bash_profile gets it too, then)Jan Pokorný2014-08-201-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add vimdiff alias to workaround plugin? issueJan Pokorný2014-08-201-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: add ackp alias for "grep'ing" patches onlyJan Pokorný2014-08-201-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: "terminal flow control key": C^P -> C^GJan Pokorný2014-08-201-1/+1
| | | | | | | C^P collided with my custom mutt binding and also with some other common hotkeys in other terminal programs. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: tweak cmd prompt: prefix variables usedJan Pokorný2014-08-201-13/+13
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: tweak cmd prompt: clock in PS1 after 5+ minsJan Pokorný2014-08-202-1/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: tweak cmd prompt: status+non/mc+kerb.+dirs/gitJan Pokorný2014-08-181-3/+38
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* git: update vim-related global ignore listJan Pokorný2014-07-281-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Revert "Firefox/pentadactyl: preselect dark theme for DevTools"Jan Pokorný2014-05-261-1/+0
| | | | | | | | | | | | | | Actually that wasn't the expected outcome, which was: restore dark or system-wide (also dark) theme for the toolbar of DevTools (incl. error console). Originally, this was the case but then, there has been some change ruining the light theme, most likely this: https://bug957117.bugzilla.mozilla.org/attachment.cgi?id=8368131 Proper solution will likely be to edit user's userChrome.css overriding some of the values (especially search for #ebeced). This reverts commit 85245d779883cdbc96557b2a9656b57d932e6737.
* Firefox/pentadactyl: preselect dark them for DevToolsJan Pokorný2014-05-261-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: abandon vi mode, not as helpful as expectedJan Pokorný2014-05-211-2/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: extend aliasesJan Pokorný2014-05-211-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: "terminal flow control key": C^X -> C^PJan Pokorný2014-05-211-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Vim config: add possible key remappingJan Pokorný2014-05-211-2/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Vim config: use automatic undo historyJan Pokorný2014-05-211-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Vim config: update way of using pathogen.vimJan Pokorný2014-05-211-8/+6
| | | | | | | See https://github.com/tpope/vim-pathogen/commit/532f0ca7d936f1229b926b73e84012a78c4f9800 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: su: do not "show" when nothing eligibleJan Pokorný2014-04-251-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: se: subject prefix requires switch as last argJan Pokorný2014-04-251-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: sb alias = show-branchJan Pokorný2014-04-251-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: cw alias = color-words=[^[:space:],_]+Jan Pokorný2014-04-241-0/+1
| | | | | | More word delimiters intentional. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: co alias = checkoutJan Pokorný2014-04-241-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firefox settings: kill "Gnome Shell Integration" with fire of the foxJan Pokorný2014-04-101-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: add "yum check-update"Jan Pokorný2014-04-081-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: sdcv delimited w/ 2 spacesJan Pokorný2014-04-081-1/+1
| | | | | | | | ...because otherwise, the pagination effectively prevents from choice in case of ambiguous entry -> only use double space if you are sure pagination is OK Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash config: preexec paging hack: itemize affected wildcardsJan Pokorný2014-04-081-1/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* vim config: make buffer splitlines movable by mouse also in tmuxJan Pokorný2014-03-191-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* vim config: use incremental searchJan Pokorný2014-03-191-0/+1
| | | | | | (how I could miss that feature until now?) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firstrun cert scripts: link cert_override.txt info from MDNJan Pokorný2014-03-111-0/+1
| | | | 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>