Update to load tmux panes in cwd
and new windows in ~/
This commit is contained in:
parent
ecdc2c2b86
commit
4aaf3ee9fa
2 changed files with 5 additions and 5 deletions
3
.zshrc
3
.zshrc
|
@ -129,9 +129,6 @@ which helm 1> /dev/null && source <(helm completion zsh)
|
|||
# doctl completion
|
||||
which doctl 1> /dev/null && source <(doctl completion zsh)
|
||||
|
||||
# Start in the home directory
|
||||
cd ~
|
||||
|
||||
# Ensure zinit is installed
|
||||
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
||||
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue