Merge branch 'flow'
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -5,6 +5,9 @@
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
bindkey "^A" beginning-of-line
|
||||
bindkey "^E" end-of-line
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
@@ -14,4 +17,4 @@ eval "$(starship init zsh)"
|
||||
export PATH=~/.npm-global/bin:~/.local/bin:$PATH
|
||||
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
|
||||
|
||||
alias claude="/home/pmcc/.claude/local/claude"
|
||||
alias claude="/home/pmcc/.claude/local/claude"
|
||||
|
||||
Reference in New Issue
Block a user