update
This commit is contained in:
@@ -42,3 +42,8 @@ if (( $+commands[fnm] )); then
|
||||
eval "$(fnm env --shell zsh --use-on-cd)"
|
||||
fi
|
||||
|
||||
# bat
|
||||
|
||||
if (( $+commands[bat] )); then
|
||||
export BAT_THEME="Catppuccin Mocha"
|
||||
fi
|
||||
|
||||
@@ -187,7 +187,7 @@ if (( $+commands[git] )); then
|
||||
}
|
||||
|
||||
pingo() {
|
||||
cd "$HOME/Repositories/PGdP" || return 1
|
||||
cd "$HOME/Repositories/Uni" || return 1
|
||||
local repo
|
||||
repo=$(uy_git_repo_from_clipboard) || return 1
|
||||
local dir_name="${repo:t:r}"
|
||||
|
||||
@@ -44,6 +44,7 @@ fi
|
||||
# Paths
|
||||
|
||||
[[ -f "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
|
||||
(( $+commands[opam] )) && eval "$(opam env)"
|
||||
prepend_path "$HOME/go/bin"
|
||||
prepend_path "$HOME/.local/bin"
|
||||
prepend_path "$HOME/.local/scripts"
|
||||
|
||||
Reference in New Issue
Block a user