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

@@ -44,7 +44,7 @@ battery all {
}
tztime local {
format = "%d %H:%M:%S"
format = "%Y-%d-%m %H:%M:%S"
}
load {

View File

@@ -1,9 +0,0 @@
add_newline = false
#
# format = "$git_status$custom$directory"
#
# [custom.todo]
# command = "awk '/^TODAY/{getline; if (NF) {print; exit}}' ~/do"
# when = "grep -A1 '^TODAY' ~/do | tail -n1 | grep -q '.'"
# style = "bold white"
# format = "\"[$output]($style)\" "

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 "