mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: add volta version manager
This commit is contained in:
@@ -13,6 +13,10 @@ end
|
|||||||
# asdf Version Manager
|
# asdf Version Manager
|
||||||
source /usr/local/opt/asdf/libexec/asdf.fish
|
source /usr/local/opt/asdf/libexec/asdf.fish
|
||||||
|
|
||||||
|
# Volta
|
||||||
|
set -gx VOLTA_HOME "$HOME/.volta"
|
||||||
|
set -gx PATH "$VOLTA_HOME/bin" $PATH
|
||||||
|
|
||||||
# Neovim as default editor
|
# Neovim as default editor
|
||||||
set -U EDITOR nvim
|
set -U EDITOR nvim
|
||||||
|
|
||||||
|
|||||||
@@ -79,6 +79,10 @@ export BAT_PAGER="less -R"
|
|||||||
. /usr/local/opt/asdf/libexec/asdf.sh
|
. /usr/local/opt/asdf/libexec/asdf.sh
|
||||||
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
||||||
|
|
||||||
|
# Volta
|
||||||
|
export VOLTA_HOME="$HOME/.volta"
|
||||||
|
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||||
|
|
||||||
# Starship
|
# Starship
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
@@ -482,7 +486,3 @@ alias c="clear"
|
|||||||
# Empty the Trash on all mounted volumes and the main HDD
|
# Empty the Trash on all mounted volumes and the main HDD
|
||||||
# Also, clear Apple’s System Logs to improve shell startup speed
|
# Also, clear Apple’s System Logs to improve shell startup speed
|
||||||
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
||||||
|
|
||||||
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
|
|
||||||
export PATH="/Users/stefan.imhoff/.rd/bin:$PATH"
|
|
||||||
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user