mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add lvim config and nvim
This commit is contained in:
parent
0b1ace53f2
commit
d1af9278c5
19 changed files with 303 additions and 26 deletions
5
zshrc
5
zshrc
|
|
@ -17,6 +17,11 @@ source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
|
|||
## FNM
|
||||
eval $(fnm env)
|
||||
|
||||
## Functions
|
||||
dotnet() {
|
||||
$HOME/dotnet/dotnet "$@"
|
||||
}
|
||||
|
||||
## Aliases
|
||||
alias cls="clear" cp="cp -r" mkdir="mkdir -p" open="open_command" lg="lazygit"
|
||||
alias lv="lvim" vim="lvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue