Commit graph

5 commits

Author SHA1 Message Date
lhark 53f1070a37 [zshrc] diff alias for color and patch format 2019-02-13 07:09:17 -05:00
lhark bc9b072817 [aliases] Change ytmp3 to get URL directly from clipboard 2018-05-27 14:48:01 -04:00
lhark 1a9f1c7140 [aliases] Add --color and --brief flags to ipa and ipr 2018-05-27 14:47:32 -04:00
lhark 7feece53e2 Do not display tags while using shuffle to keep a consistent spacing 2018-03-19 14:48:46 -04:00
lhark 83f91a5034 [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file
Instead of using hand crafted parsing to get the current git state, we
use the existing vcs_info module, augmented by a few hooks to preserve
previous prompt functionality.

The prompt now also display the vi mode of ZLE on the left of the
username : [I] for insert mode, [N] for normal mode.

A lot of the inspiration for this refactor came from
https://github.com/frioux/dotfiles
For example the tweaks to the keybindings and completion.
2018-02-26 03:18:40 -05:00