mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 06:31:52 +01:00
fish: fix neovide alias
This commit is contained in:
parent
71978c183b
commit
ad1772fdef
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ alias la="ll -a"
|
|||
alias lt="ll --tree"
|
||||
alias clip="xclip -sel clip"
|
||||
alias nv="nvim"
|
||||
alias nvide="rbg neovide --multiGrid --"
|
||||
alias nvide="rbg neovide --multigrid --"
|
||||
|
||||
# colored man pages
|
||||
set -gx LESS_TERMCAP_mb \e'[1;32m'
|
||||
|
|
Loading…
Add table
Reference in a new issue