mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Sync from Mac
This commit is contained in:
parent
90110e8fed
commit
02ed4d20fb
11 changed files with 163 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue