add cargo and remove git=hub

This commit is contained in:
J. Morgan Lieberthal 2021-11-28 18:55:40 -07:00
parent e8b8be4b2f
commit fe1501686b
No known key found for this signature in database
GPG key ID: EFB7E99469668652
3 changed files with 5 additions and 4 deletions

View file

@ -28,9 +28,9 @@ zstyle -s ':prezto:module:git:status:ignore' submodules '_git_status_ignore_subm
if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
# If the `hub` command exists, use that in place of git
if (( $+commands[hub] )); then
alias git='hub'
fi
# if (( $+commands[hub] )); then
# alias git='hub'
# fi
# Git
alias g='git'

@ -1 +1 @@
Subproject commit 95c2b1577f455728ec01cec001a86c216d0af2bd
Subproject commit 58f7ba70f05e75802299848e7e31c7d7a7fd0c97

View file

@ -54,6 +54,7 @@ typeset -gU cdpath fpath mailpath path
# Set the list of directories that Zsh searches for programs.
path=(
${HOME}/bin
${HOME}/.cargo/bin
/usr/local/{bin,sbin,heroku/bin}
/Developer/NVIDIA/CUDA-8.0/bin
$path