mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:03:41 +08:00
parent
35e769d494
commit
9865a8c807
|
@ -6,7 +6,8 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
|
|||
set fcn
|
||||
switch "$terminal"
|
||||
case auto
|
||||
if set -q KONSOLE_PROFILE_NAME
|
||||
if begin; set -q KONSOLE_PROFILE_NAME
|
||||
or set -q ITERM_PROFILE; end
|
||||
set fcn __fish_cursor_konsole
|
||||
set uses_echo 1
|
||||
else if string match -q "xterm*" -- $TERM
|
||||
|
|
Loading…
Reference in New Issue
Block a user