My dotfiles
Go to file
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
vim/after/ftplugin vimrc overhaul, switch to jedi-vim for python completion, deactivate arrow keys 2017-04-27 13:36:45 -04:00
zsh-syntax-highlighting Add zsh-syntax-highlighting 2015-11-07 18:09:26 +01:00
.gitignore Gitconfig user template autofill and automatic checkinstall 2016-06-28 04:22:35 +02:00
aliases [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file 2018-02-26 03:18:40 -05:00
functions [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file 2018-02-26 03:18:40 -05:00
git_user.def Gitconfig user template autofill and automatic checkinstall 2016-06-28 04:22:35 +02:00
gitconfig Add lf alias to get log of modified files 2017-10-19 01:07:57 -04:00
gitignore_global Ignore C objects files 2016-12-05 04:41:46 -05:00
install.sh shell code cleanup using shellcheck 2016-10-22 01:10:25 -04:00
prompt [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file 2018-02-26 03:18:40 -05:00
vimrc [vimrc] Add rust support. Add utf16 support, Fix " pair matching 2018-02-26 03:14:43 -05:00
zshrc [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file 2018-02-26 03:18:40 -05:00