4 Commits

Author SHA1 Message Date
6935843cee 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-05 16:38:28 -04:00
3636fb6d07 Add a vim option select 2025-04-05 16:38:28 -04:00
fd08d4ed13 Alias cat to always add a newline
Sometimes if a file doesn't have a newline cat will not do one, causing
prompt strangeness
2025-04-05 16:38:28 -04:00
7c52136278 Reorginazation after switching to GNU Stow for organizing dotfiles 2017-04-05 12:25:42 -04:00