Merge branch 'master' of git.anthonycicchetti.com:anthonycicc/dotfiles
This commit is contained in:
commit
21b4b53e11
2 changed files with 3 additions and 1 deletions
|
@ -308,7 +308,7 @@ shell:
|
|||
program: /usr/local/bin/zsh
|
||||
args:
|
||||
- --login
|
||||
# - "sleep 1 && tmux new -A -s DefaultSession"
|
||||
# - "sleep 1 && tmux new -A -s DefaultSession"
|
||||
|
||||
# Key bindings
|
||||
#
|
||||
|
|
|
@ -46,6 +46,8 @@ if [[ -d ~/.cargo/bin ]]; then
|
|||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
fi
|
||||
|
||||
#fix vim_prompt_info
|
||||
export RPROMPT=""
|
||||
|
||||
if [[ -e ~/.cargo/bin/starship ]]; then
|
||||
eval "$(~/.cargo/bin/starship init zsh)"
|
||||
|
|
Loading…
Add table
Reference in a new issue