Time Sum Command 1589 3290 > builtin source /usr/share/fish/config.fish 50 50 -> set -g IFS \n\ \t 14 14 -> function __fish_default_command_not_found_handler... 12 46 -> if status --is-interactive... 17 17 --> status --is-interactive 17 17 --> function __fish_command_not_found_handler --on-event fish_command_not_found... 46 46 -> set -l configdir ~/.config 7 24 -> if set -q XDG_CONFIG_HOME... 17 17 --> set -q XDG_CONFIG_HOME 35 35 -> set -l userdatadir ~/.local/share 7 22 -> if set -q XDG_DATA_HOME... 15 15 --> set -q XDG_DATA_HOME 18 18 -> set -l __extra_completionsdir 16 16 -> set -l __extra_functionsdir 16 16 -> set -l __extra_confdir 11 235 -> if test -f $__fish_datadir/__fish_build_paths.fish... 38 38 --> test -f $__fish_datadir/__fish_build_paths.fish 125 186 --> source $__fish_datadir/__fish_build_paths.fish 25 25 ---> set __extra_completionsdir /usr/share/fish/vendor_completions.d 19 19 ---> set __extra_functionsdir /usr/share/fish/vendor_functions.d 17 17 ---> set __extra_confdir /usr/share/fish/vendor_conf.d 10 88 -> if not set -q fish_function_path... 14 14 --> not set -q fish_function_path 64 64 --> set fish_function_path $configdir/fish/functions $__fish_sysconfdir/functions $__extra_functionsdir $__fish_datadir/functions 6 99 -> if not contains $__fish_datadir/functions $fish_function_path... 93 93 --> not contains $__fish_datadir/functions $fish_function_path 9 107 -> if not set -q fish_complete_path... 37 37 --> not set -q fish_complete_path 61 61 --> set fish_complete_path $configdir/fish/completions $__fish_sysconfdir/completions $__extra_completionsdir $__fish_datadir/completions $userdatadir/fish/generated_completions 6 50 -> if not contains $__fish_datadir/completions $fish_complete_path... 44 44 --> not contains $__fish_datadir/completions $fish_complete_path 7 45 -> if test -d /usr/xpg4/bin... 38 38 --> test -d /usr/xpg4/bin 53 53 -> set -g __fish_tmp_path $PATH 14 14 -> function __fish_load_path_helper_paths... 20 20 -> test -r /etc/paths 31 31 -> for pathfile in /etc/paths.d/* ... 59 59 -> set -xg PATH $__fish_tmp_path 26 26 -> set -e __fish_tmp_path 40 40 -> functions -e __fish_load_path_helper_paths 27 27 -> function __fish_reconstruct_path -d "Update PATH when fish_user_paths changes" --on-variable fish_user_paths... 108 276 -> __fish_reconstruct_path 56 56 --> set -l local_path $PATH 16 16 --> set -l x 12 12 --> for x in $__fish_added_user_paths... 19 19 --> set -e __fish_added_user_paths 11 11 --> for x in $fish_user_paths[-1..1]... 54 54 --> set -xg PATH $local_path 30 30 -> function fish_sigtrap_handler --on-signal TRAP --no-scope-shadowing --description "Signal handler for the TRAP signal. Launches a debug prompt."... 12 12 -> function __fish_on_interactive --on-event fish_prompt... 19 19 -> function . --description 'Evaluate contents of file (deprecated, see "source")' --no-scope-shadowing... 22 22 -> set -l sourcelist 103 103 -> for file in $configdir/fish/conf.d/*.fish $__fish_sysconfdir/conf.d/*.fish $__extra_confdir/*.fish... 7 24 -> if not set -q __fish_init_2_3_0... 17 17 --> not set -q __fish_init_2_3_0 6 34 -> if status --is-login... 28 28 --> status --is-login 50 50 > builtin source /etc/fish/config.fish 112 61290 > fish_prompt 170 188 -> source /home/eduardo/.config/fish/functions/fish_prompt.fish 18 18 --> function fish_prompt --description 'Write out the prompt'... 60 2696 -> set -l home_escaped (echo -n $HOME | sed 's/\//\\\\\//g') 2636 2636 --> echo -n $HOME | sed 's/\//\\\\\//g' 79 2381 -> set -l pwd (echo -n $PWD | sed "s/^$home_escaped/~/" | sed 's/ /%20/g') 2302 2302 --> echo -n $PWD | sed "s/^$home_escaped/~/" | sed 's/ /%20/g' 15 15 -> set -l prompt_symbol '' 15 25 -> switch $USER... 10 10 --> set prompt_symbol '$' 196 55873 -> printf "[%s@%s %s%s%s]%s " $USER (hostname -s) (set_color $fish_color_cwd) $pwd (set_color normal) $prompt_symbol 55336 55424 --> hostname -s 71 88 ---> source /usr/share/fish/functions/hostname.fish 17 17 ----> set -q USERDOMAIN 229 229 --> set_color $fish_color_cwd 24 24 --> set_color normal