7 Commits

Author SHA1 Message Date
e8fca12861 Prototype for trying out blesh 2025-10-12 17:54:04 -04:00
anmiller
dda5fcc784 Update prompt manipulation with functions! 2025-08-12 21:41:41 +00:00
e24e8a1c49 Add prompt generation commands for git/kubernetes 2025-04-08 15:29:36 +00:00
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