mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update lvim, bsp, vscode
This commit is contained in:
parent
7b2a2568ad
commit
2921238137
7 changed files with 88 additions and 13 deletions
8
zshrc
8
zshrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue