Skip to content
Snippets Groups Projects
Commit 29e833bd authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent c2aef72c
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,11 @@ set -gx NugetMachineInstallRoot /mnt/windows_pkgs ...@@ -39,6 +39,11 @@ set -gx NugetMachineInstallRoot /mnt/windows_pkgs
function fish_command_not_found function fish_command_not_found
# do nothing # do nothing
echo Command not found 1>&2
end
if fish --version | grep ' 4' > /dev/null
bind ctrl-c cancel-commandline
end end
# fundle plugin 'tuvistavie/fish-ssh-agent' # fundle plugin 'tuvistavie/fish-ssh-agent'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment