Skip to content

Commit

Permalink
update Colima alias d to dk
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneExile committed Jul 3, 2023
1 parent 03b7df7 commit b24ef05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ alias tk="tmux kill-session -t"
alias tka="tmux kill-session -a"

## Docker with Colima
d() {
dk() {
if [ "$1" = "start" ]; then
colima start
sudo ln -s /Users/$USER/.colima/default/docker.sock /var/run/docker.sock
Expand Down
5 changes: 0 additions & 5 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ fi
autoload bashcompinit && bashcompinit
autoload -Uz compinit && compinit


eval "$(/opt/homebrew/bin/brew shellenv)"
eval "$(/usr/local/bin/brew shellenv)"


#A smarter cd command.
eval "$(zoxide init zsh)"

Expand All @@ -38,7 +36,6 @@ plug "zap-zsh/exa"
plug "Freed-Wu/fzf-tab-source"
plug "zsh-users/zsh-history-substring-search"


# pnpm
export PNPM_HOME="/Users/$USER/Library/pnpm"
case ":$PATH:" in
Expand All @@ -57,8 +54,6 @@ export PATH=$PATH:$HOME/.local/bin

eval "$(github-copilot-cli alias -- "$0")"



# aws cli completion
complete -C '/usr/local/bin/aws_completer' aws

Expand Down

0 comments on commit b24ef05

Please sign in to comment.