Sync from Mac

This commit is contained in:
js0ny 2024-08-03 11:09:38 +08:00
parent 90110e8fed
commit 02ed4d20fb
11 changed files with 163 additions and 42 deletions

View file

@ -69,7 +69,6 @@ alias ohmyzsh="code ~/.oh-my-zsh"
# Editors #
alias v=nvim
alias gvi=neovide
alias c=code
# Misc #
@ -107,7 +106,7 @@ open() {
}
# WSL Neovide
neovide() {
gvi() {
local target=$1
if command -v neovide.exe > /dev/null; then