diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 1cf1a2c..a800bc8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -13,7 +13,7 @@ set -gx EDITOR nvim set -gx MANPAGER "sh -c 'col -bx | bat -l man -p'" set -gx DOTNET_CLI_TELEMETRY_OPTOUT 1 -bind \cx restore_job +bind \cx 'if test -z (commandline) ; fg %1 &>/dev/null; else ; clear; commandline "╰─>$ "; end' if [ (uname -r | sed -n 's/.*\( *Microsoft *\).*/\1/ip') ] set -gx DISPLAY 127.0.0.1:0.0 @@ -61,7 +61,7 @@ abbr -a -g gd "git diff" # export NNN_FIFO="/tmp/nnn.fifo" # temporary buffer for the previews # export NNN_PLUG='p:preview-tui' -complete -f -c dotnet -a "(dotnet complete)" +# complete -f -c dotnet -a "(dotnet complete)" function vterm_printf; printf "\e]%s\e\\" "$argv"