Commit graph

59 commits

Author SHA1 Message Date
7383759af6
Stop calling git in aliases
we might not be in a git dir
2023-08-26 21:36:54 -04:00
6c43a5b84d
Slight branch display change 2023-08-26 21:17:54 -04:00
7dcd6f958e
( ͡° ͜ʖ ͡°) 2023-05-31 16:59:46 -04:00
8bd52e2017
Advanced git-checkout 2023-05-25 21:18:04 -04:00
de5a133313
Include quick linting git commit 2023-05-07 09:42:44 -04:00
ec677a8d74
Run a command until it exits with failure 2023-04-17 08:49:28 -04:00
b0ddcb9f55
Provide better alias name 2023-04-08 08:44:41 -04:00
ed6f0f2215
Alias adding git trailers 2023-04-08 01:40:42 -04:00
e992ac389d
Prefer bin/rails when available 2023-04-07 19:34:44 -04:00
a65bd1be66
List changes since last tag 2023-01-31 13:35:16 -05:00
c7543de2b0
Additional installs for work 2023-01-06 09:11:37 -05:00
2b8c19e26f
Install fzf for zsh 2022-11-22 20:26:02 -05:00
4a005b8f8c
Minor fixes 2022-11-22 20:14:36 -05:00
36afcfabb4
Start using nvim where available (again) 2022-09-17 09:22:45 -04:00
7fd1eb3033
Try homebrew for linux 2022-09-13 20:17:06 -04:00
6f14c93898
Include additional zsh env (fzf/gnu tar) 2022-06-18 00:49:38 -04:00
e880636906
Install Rust 2022-05-04 20:41:34 -04:00
0f819ecca6
export editor values 2022-03-12 18:23:15 -05:00
db8166fce8
Run commands repeatedly 2022-03-12 11:24:22 -05:00
662063f37b
Provide shortcut to find personal bin exes 2022-02-02 23:17:43 -05:00
686a06e2b6
Don't let Debian (& friends) compinit
The zshrc file provided by Debian (and related distributions) at
/etc/zsh/zshrc runs compinit.  This means if we run compinit in our own
dotfiles, we will run it twice with minor impact to our startup time.
It also means if we are lazy and add a completion path to our user zshrc
(instead of user zshenv), compinit will run before we modify fpath
causing a complete rebuild and dump of completions since the file count
will change with significant impact to our startup time.  So let's
follow the instructions in the system zshrc file:

 If you don't want compinit called here, place the line
 skip_global_compinit=1
 in your $ZDOTDIR/.zshenv
2022-02-02 23:08:56 -05:00
2ba9571efa
Allow benchmarking of zsh 2022-02-02 23:08:09 -05:00
684ea21fa1
( ͡° ͜ʖ ͡°) 2022-01-24 21:53:52 -05:00
bd8b984fcb
Prefer gnu-sed 2022-01-18 09:20:22 -05:00
f5af7f2580
Cache completion loading 2022-01-18 09:18:30 -05:00
c1f30fcbce
Prevent git alias from immediate evaluation 2022-01-13 09:09:29 -05:00
437057a1f8
Create aliases to change to git root 2022-01-12 21:42:45 -05:00
a1397f2027
Slightly better completion 2022-01-12 21:39:59 -05:00
0d1d285887
Show git branch in prompt 2022-01-11 22:30:37 -05:00
00c41d7552
Cleanup from reset after mac setup 2021-12-21 14:48:37 -05:00
bf26003ab3
Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
4abd1a6ffc
Play with colors--and make it worse... 2021-11-30 09:35:02 -05:00
56722c33c1
Make sure Mac works 2021-11-07 08:10:47 -05:00
dfa33e81e8
Prevent Mac from reodering path 2021-11-06 13:00:08 -04:00
5e6e338807
Utilize compinit caching
Substantial speedup
2021-11-06 11:19:14 -04:00
019f27d538
Do some spring cleaning 2021-11-06 11:18:14 -04:00
d9067797a5
Update for later versions of MacOS 2021-11-02 10:05:52 -04:00
f4d6699588
Ship it xD 2021-11-02 09:48:51 -04:00
1778b4d836
Remove asdf 2021-06-25 19:29:48 -04:00
5832f20aec
Hack in some more ruby test running 2021-06-18 22:10:46 -04:00
ce3c1690cb
Replace sublime text with vscode 2021-06-18 22:10:33 -04:00
ceac620621
Be better at preventing asdf init errors 2021-05-21 08:15:34 -04:00
4e5e48c64a
Use GNU stow to manage symlinks 2021-05-13 21:09:01 -04:00
2e5b6aeae8
I didn't use the error code anyway 2021-04-01 22:16:35 -04:00
b22a16bc13
Fix timestamp in prompt 2020-04-23 15:53:50 -04:00
72c63e907d
Make timestamp 24 hour 2020-03-26 16:03:03 -04:00
eff7e9d880 Revamp 2016-08-14 20:57:24 -04:00
fc93915876 Straight up steal oh-my-zsh autocompletion 2016-03-24 15:00:18 -04:00
ba2afd41e9 Case insensitve auto-completion 2016-01-07 23:17:19 -05:00
8ed71cb139 Some old stuff, some ruby 2016-01-04 10:33:14 -05:00