mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
refactor: simplify fish prompt and configs
This commit is contained in:
parent
fddae3ba36
commit
7da5ead1ed
32 changed files with 139 additions and 1156 deletions
6
sync
6
sync
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue