This commit is contained in:
2026-01-04 13:56:22 -05:00
parent f05a64f1eb
commit acded6c018
5 changed files with 4 additions and 15 deletions

View File

@@ -3,3 +3,4 @@ alias ll='ls -lah'
alias gg='lazygit'
alias v='nvim'
alias rr='russ read'
alias cp='cp -v'

View File

@@ -1,7 +1,3 @@
if command -v starship &> /dev/null; then
eval "$(starship init zsh)"
fi
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
source $HOME/.zprofile

View File

@@ -9,4 +9,5 @@ HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
eval "$(starship init zsh)"
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "