8 Commits

Author SHA1 Message Date
9bc4faf1d3 Move vim option select to execute logic at alias def time
Using the function would cause problems when trying to perform a `sudo
vim`. The sudo command would run in a root shell which does not have my
shells functions (but does have it's aliases) so then any attempt to
sudo vim would fail with "vim_option_select: command not found"
2025-04-04 17:53:07 +00:00
a2a8cd16cb Add a vim option select 2025-04-04 17:47:20 +00:00
7b33bf13f9 Add aliases for easy searching of history 2025-04-04 17:47:20 +00:00
81202b5968 Address issues that cause shell lines to break 2025-04-04 17:47:20 +00:00
914afec926 Begin to examine neovim config 2025-04-04 17:47:20 +00:00
d0ea94c3f2 Move prompt management into bash configuration
Also add better history management. I've been using GNU screen for a
while which messes up history for a lot of shells. Every shell will now
  append to and reread history after each command.
2017-11-03 08:05:36 -04:00
486ca235fd Make comments consistent.
There were some inconsistencies in capitilization
2017-07-18 05:04:40 -04:00
7c52136278 Reorginazation after switching to GNU Stow for organizing dotfiles 2017-04-05 12:25:42 -04:00