383 Commits

Author SHA1 Message Date
d3b8edfaca fix prompt_ps1_git_branch when non-active branches are ahead/behind 2016-06-29 15:06:57 -04:00
7e6284740e append "1" to server name to force vim to do an exact lookup 2016-06-21 21:52:18 -04:00
bb25a12611 add function cd_hook_show_svn_status 2016-06-21 21:29:38 -04:00
304edd4347 add git alias amd 2016-06-21 21:29:25 -04:00
eb26d6767d add rvmrc 2016-06-02 14:41:48 -04:00
36aeb6478d add arrange-windows 2016-05-23 10:57:48 -04:00
9a9e1979e1 add tag-mp3s.py 2016-05-17 12:55:01 -04:00
9135749b9e bash_aliases: fix modeline again for bash instead of sh 2016-04-06 17:35:14 -04:00
4345eabb88 bash_aliases: convert to 2-space indent 2016-04-06 17:32:19 -04:00
2897324ee3 bash_aliases: fix vim modeline 2016-04-06 17:28:28 -04:00
7309c0b32c bash_aliases: rework prompt_ps1_git_branch again
- avoid pipe to grep to find current branch line
- use local variables
- update to support git 2.x format for current branch detached-HEAD
  format
2016-04-06 17:26:11 -04:00
18ce273e18 e: use the correct server name when invoked with no arguments 2016-03-09 15:09:15 -05:00
58cd63169f set LC_COLLATE=C to sort in ASCII order 2015-12-15 09:26:27 -05:00
855e573a2b add local/share/applications with a couple .desktop files 2015-12-01 19:17:00 -05:00
f48e05ffcf add ut2004 launcher script 2015-12-01 19:16:26 -05:00
23c604d351 bash_aliases: add rsync-vfat 2015-11-17 19:48:43 -05:00
4725bd1c6d add config/xfce4/terminal/accels.scm 2015-11-16 09:50:49 -05:00
81f7680493 add git alias "lg1" 2015-11-09 16:32:04 -05:00
8d98d794ae update xmodmap 2015-11-09 16:31:31 -05:00
bc3d3909e7 add lilyterm/default.conf 2015-10-07 13:41:29 -04:00
24ffadc546 revert history edits on newline 2015-10-07 13:35:25 -04:00
cd3fd22da9 use SHA-256 for OpenSSL certificates 2015-07-31 11:54:39 -04:00
b5b6d38583 bashrc: turn on globasciiranges shell option 2015-07-02 14:21:03 -04:00
e8087a1cbb add mk-self-signed-ssl-certificate 2015-06-30 16:48:02 -04:00
382746ee7e add ssh wrapper to auto-add private key on first invocation 2015-05-27 08:21:11 -04:00
fd4eac1796 add "e" script to launch gvim with a different window per project 2015-05-20 09:15:02 -04:00
8e50873282 bash_aliases: remove gvim alias 2015-05-20 09:13:54 -04:00
52fe3c1d5a add xscreensaver 2015-04-30 10:21:44 -04:00
b8544a424a bash_aliases: add $git_empty_commit 2015-04-22 14:03:25 -04:00
e44e6a0080 id3guess: convert _ to space, allow . after track # 2015-03-17 21:12:23 -04:00
8942044aee dvdrip: add -d option 2015-03-17 21:12:23 -04:00
6da0902eb0 grepnosvn: exclude .git also 2015-03-05 10:07:51 -05:00
c1b3d2b473 bash_aliases: prompt command: set directory to ~ if $PWD == $HOME 2015-02-10 09:45:55 -05:00
b3fed0516b grepid: allow arbitrary grep flags and/or multiple search locations 2015-01-23 15:32:35 -05:00
1789d2881c add svn-bcdiff 2014-08-18 14:32:40 -04:00
1719f3d182 add windows/explorer-no-sort-logical.reg 2014-08-18 14:32:17 -04:00
0808b1cf36 use "builtin" instead of "command" for shell builtins 2014-07-17 11:32:45 -04:00
e658839a68 fix prompt_ps1_git_branch() to properly show current "branch" information while rebasing 2014-06-27 14:14:34 -04:00
0933628f0e add windows/cygwin-bash-here-directory-option.reg 2014-06-27 08:50:47 -04:00
94f3c3b14e inputrc: set readline options for adding "/" when tab completing directories and symlinks to directories 2014-04-30 11:39:54 -04:00
c6d7e1caac bash_aliases: in cygwin, always set SSH_AUTH_SOCK 2014-04-14 08:31:50 -04:00
ab87b07e83 bashrc, bash_aliases: in cygwin, only launch ssh-agent when the first "ssh" command is executed 2014-03-19 09:20:39 -04:00
034e52399b bash_aliases: cs: only cd to dirname of argument if argument exists in filesystem 2014-03-12 13:43:34 -04:00
206a087d54 cd_hook: do not invoke actions if in a bash subshell 2014-03-07 10:52:36 -05:00
628094554b change winpath from an alias to an environment variable 2014-03-03 11:26:03 -05:00
2a9c242373 use PROMPT_COMMAND to set terminal window title again
when using "cd" hooks, the hooks were executed in subshell environments like (cd dir; ls) and leaving the window title incorrect when the subshell exited
2014-02-28 09:30:27 -05:00
6011851fe4 bash_aliases: invoke cd_hook when bash_aliases file is loaded 2014-02-27 13:16:49 -05:00
d405c27c1d bash_aliases: cd_hook_change_terminal_title: compute $PWD basename instead of shelling out 2014-02-27 12:10:40 -05:00
a8360d38e1 reorganize bash_aliases; use shell built-ins when possible; use cd hooks instead of PROMPT_COMMAND for actions to be performed when changing directories 2014-02-27 11:52:52 -05:00
36860c5999 use "command gvim" instead of "$(which gvim)" 2014-02-27 11:17:58 -05:00