-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
23 lines (21 loc) · 851 Bytes
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
#!/bin/bash
# All dot files
# Use `timezsh` to troubleshoot load times
source ~/dotfiles/zsh/.private
source ~/dotfiles/zsh/.vars
source ~/dotfiles/zsh/.env_vars
source $ZSH/oh-my-zsh.sh
source ~/dotfiles/zsh/.alias
source ~/dotfiles/zsh/.functions
# check if homebrew is installed before sourcing.
if [ -d "/opt/homebrew" ]; then
source ~/dotfiles/zsh/.fzf.zsh
fi
# Lando
export PATH="/Users/ryantvenge/.lando/bin${PATH+:$PATH}"; #landopath