refactor: simplify fish prompt and configs

This commit is contained in:
mitchell 2026-04-13 14:33:48 -04:00
parent fddae3ba36
commit 7da5ead1ed
32 changed files with 139 additions and 1156 deletions

6
sync
View file

@ -15,8 +15,6 @@ function main
and sync_terminal_env
and set_fish_universal_vars
and if test -n "$_flag_i"
set_color normal
log 'Installing Neovim plugins'
@ -104,10 +102,6 @@ function sync_git_config
git config --global user.email m@mjfs.us
end
function set_fish_universal_vars
source ./fish_universal_vars.fish
end
function clean_up_tmp_space -a cwd start_dir tmp_dir
if test ! "$cwd" = dotfiles
cd $start_dir