save
This commit is contained in:
@@ -44,7 +44,7 @@ battery all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%d %H:%M:%S"
|
format = "%Y-%d-%m %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|
||||||
load {
|
load {
|
||||||
|
|||||||
@@ -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)\" "
|
|
||||||
@@ -3,3 +3,4 @@ alias ll='ls -lah'
|
|||||||
alias gg='lazygit'
|
alias gg='lazygit'
|
||||||
alias v='nvim'
|
alias v='nvim'
|
||||||
alias rr='russ read'
|
alias rr='russ read'
|
||||||
|
alias cp='cp -v'
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
if command -v starship &> /dev/null; then
|
|
||||||
eval "$(starship init zsh)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
||||||
source $HOME/.zprofile
|
source $HOME/.zprofile
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ HISTSIZE=10000
|
|||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
HISTFILE=~/.cache/zsh/history
|
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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user