Update lvim, bsp, vscode

This commit is contained in:
neoteny 2021-09-30 17:39:02 +03:00
parent 7b2a2568ad
commit 2921238137
7 changed files with 88 additions and 13 deletions

8
zshrc
View file

@ -12,15 +12,23 @@ export FZF_DEFAULT_COMMAND="fd -t f -t l -E node_modules -E env -E __pycache__ -
## Oh my zsh
plugins=(git dotenv npm yarn extract)
ZSH_THEME="simple"
DISABLE_AUTO_TITLE="true"
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
## FNM
eval $(fnm env)
## Zoxide
eval "$(zoxide init zsh)"
## Functions
dotnet() {
$HOME/dotnet/dotnet "$@"
}
asdf() {
. /opt/asdf-vm/asdf.sh
asdf $@
}
## Aliases
alias cls="clear" cp="cp -r" mkdir="mkdir -p" open="open_command" lg="lazygit"