Trims fat and renames files

This commit is contained in:
William Carroll 2016-08-15 11:14:37 -04:00
parent 6021ad3194
commit 4563550969
40 changed files with 233 additions and 352 deletions

BIN
scripts/.swp Normal file

Binary file not shown.

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
# This file is run after history_functions.sh have been sourced.
# It converts the defined functions into zsh widgets that are
# thereafter bound to keys for expedience.
zle -N wh_two_back_widget wh_two_back &&
bindkey '^@' wh_two_back_widget