Auto stash before rebase of "master" onto "origin/master"
This commit is contained in:
@@ -74,19 +74,22 @@ source $HOME/.scripts/geometry/geometry.zsh
|
||||
|
||||
case `uname` in
|
||||
Darwin)
|
||||
# Neovim nightly
|
||||
export PATH="$HOME/opt/nvim-macos-$(uname -m)/bin:$PATH"
|
||||
;;
|
||||
export PATH=/Users/myockey/.local/bin:$PATH
|
||||
export PATH=/Users/myockey/.opencode/bin:$PATH
|
||||
export PATH=/Users/myockey/go/bin:$PATH
|
||||
;;
|
||||
Linux)
|
||||
export PATH=/home/myockey/.local/bin:$PATH
|
||||
;;
|
||||
export PATH=/home/myockey/.opencode/bin:$PATH
|
||||
export PATH=/home/myockey/go/bin:$PATH
|
||||
;;
|
||||
esac
|
||||
|
||||
# opencode
|
||||
export PATH=/home/myockey/.opencode/bin:$PATH
|
||||
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
||||
fpath=(/Users/myockey/.docker/completions $fpath)
|
||||
# End of Docker CLI completions
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
eval "$(atuin init zsh)"
|
||||
eval "$(atuin gen-completions --shell zsh)"
|
||||
|
||||
|
||||
# bun completions
|
||||
[ -s "/Users/myockey/.bun/_bun" ] && source "/Users/myockey/.bun/_bun"
|
||||
|
||||
Reference in New Issue
Block a user