summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Git: add "gg" alias for "log -p --grep" (extension of single "g")Jan Pokorný2013-11-051-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git: add "g" alias for "log --grep"Jan Pokorný2013-11-051-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: add some TODO notes (cert-import)Jan Pokorný2013-10-171-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: add some TODO notesJan Pokorný2013-10-171-0/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: allow for self-signed chain, drop trust in CA_BUNDLEJan Pokorný2013-10-173-33/+61
| | | | | | | Also in the client script, add support for GitHub to be accessed via https. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git: use custom-managed bundle of certs to verify the peerJan Pokorný2013-10-161-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* bash: patch-suggested-changes: the outer diff was reversedJan Pokorný2013-10-141-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* bash: even " [+-]" at subdiff has a use case: patch-suggested-changesJan Pokorný2013-10-143-5/+27
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: pwc alias displaying also underlying changes in patchesJan Pokorný2013-10-102-0/+27
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Dotfiles-related part of .bashrc: do not shadow python et al.Jan Pokorný2013-10-081-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: adjust color for diff.metaJan Pokorný2013-10-071-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>
* Add rhbzrhel7 search to FirefoxJan Pokorný2013-09-191-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-162-1/+22
| | | | | | | 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 Fedora-favoured config: pkg-which: saner handling of inputJan Pokorný2013-09-131-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash Fedora-favoured config: stick better with namespaced commandsJan Pokorný2013-09-131-4/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash Fedora-favoured config: use convenient diralias functionJan Pokorný2013-09-131-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mercurial config: add some more plugins (record, mq)Jan Pokorný2013-09-131-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mercurial config: make log command show complete messages (aargh)Jan Pokorný2013-09-131-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mercurial config: add my usernameJan Pokorný2013-09-131-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mercurial config: add support for paging (incl. help)Jan Pokorný2013-09-131-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add Mercurial config (start with enabling colors)Jan Pokorný2013-09-111-0/+2
| | | | 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>
* Cert management: export GIT_SSL_CAINFO=HOMEBUNDLE from .profileJan Pokorný2013-09-103-1/+7
| | | | | | | As for cert scripts, add cert-def fallback defining HOMEBUNDLE location. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add se alias for label-enhanced send-emailJan Pokorný2013-09-031-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: make script in the alias command quietJan Pokorný2013-09-021-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: new "ai" alias for "add -ip"Jan Pokorný2013-09-021-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bash Fedora-favored config: rpmbuild-patch: deduce spec file from dirJan Pokorný2013-08-271-2/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firefox settings: yank "short/canonical/hacky" URLs at RHBZJan Pokorný2013-08-271-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add workaround for ~/.profile not being honored in tmux env.Jan Pokorný2013-08-261-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add bash history rotation on montly basisJan Pokorný2013-08-263-1/+34
| | | | | | | 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>
* Firefox firstrun config: tweak colors a bit moreJan Pokorný2013-08-221-2/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add wc alias = whatchangedJan Pokorný2013-08-221-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mutt: show local time of the email in the status barJan Pokorný2013-08-221-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mutt colors: use defaults for "status" (more eligible, better fit)Jan Pokorný2013-08-221-20/+20
| | | | | | Also fix trailing white-spaces here Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: make subdiff-related commands work wellJan Pokorný2013-08-202-9/+37
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firefox first-run config: Greasemonkey: no installation delayJan Pokorný2013-08-201-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: include another (non-public) configJan Pokorný2013-08-151-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: actual typescript creation fixJan Pokorný2013-08-151-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: it's now clear where are typescript files fromJan Pokorný2013-08-151-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: dh alias = diff HEADJan Pokorný2013-08-151-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: swd alias = git show --word-diffJan Pokorný2013-08-151-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>