My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: changed ls to eza

+2 -1
+2 -1
zsh/.zshrc
··· 3 3 # Use ".." instead of "cd .." 4 4 alias ..="cd .." 5 5 6 + # Use eza as ls 7 + alias ls="eza -laG" 6 8 7 9 # -- Prompt -- 8 10 9 11 # Only last two folders show 10 12 PROMPT='%B%F{10}%2~ %f%b%(!.#.>) ' 11 -