diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config index b779fcc..a2511f5 100644 --- a/i3/.config/i3status/config +++ b/i3/.config/i3status/config @@ -44,7 +44,7 @@ battery all { } tztime local { - format = "%d %H:%M:%S" + format = "%Y-%d-%m %H:%M:%S" } load { diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml deleted file mode 100644 index dfd5dfd..0000000 --- a/starship/.config/starship.toml +++ /dev/null @@ -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)\" " diff --git a/zsh/.local/share/vxclutch/zsh/aliases b/zsh/.local/share/vxclutch/zsh/aliases index c1fbbd5..d4babfa 100644 --- a/zsh/.local/share/vxclutch/zsh/aliases +++ b/zsh/.local/share/vxclutch/zsh/aliases @@ -3,3 +3,4 @@ alias ll='ls -lah' alias gg='lazygit' alias v='nvim' alias rr='russ read' +alias cp='cp -v' diff --git a/zsh/.local/share/vxclutch/zsh/init b/zsh/.local/share/vxclutch/zsh/init index ad86c12..7815547 100644 --- a/zsh/.local/share/vxclutch/zsh/init +++ b/zsh/.local/share/vxclutch/zsh/init @@ -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 diff --git a/zsh/.local/share/vxclutch/zsh/rc b/zsh/.local/share/vxclutch/zsh/rc index 8c3632b..5d8ac8b 100644 --- a/zsh/.local/share/vxclutch/zsh/rc +++ b/zsh/.local/share/vxclutch/zsh/rc @@ -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 "