Skip to content

Commit

Permalink
fix(fish): remove erroneous cursor setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rudenkornk committed Jun 23, 2024
1 parent 8b62731 commit 7969eda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/shell/files/shell.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ fish_add_path "$HOME/.local/bin"
bind \cd delete-char

# Set vertical line cursor
printf '\033[6 q'
# Actually, no, do not set
# This breaks display for interactive fzf, htop and even ssh command
# printf '\033[6 q'

0 comments on commit 7969eda

Please sign in to comment.