add dcbu alias
This commit is contained in:
@@ -20,6 +20,7 @@ alias vus="vagrant up && vagrant ssh"
|
||||
# Docker Compose
|
||||
alias dcb="docker compose build"
|
||||
alias dcu="docker compose up"
|
||||
alias dcbu="dcb & dcu"
|
||||
|
||||
# nnn
|
||||
alias n="n -T t"
|
||||
|
||||
@@ -21,10 +21,10 @@ compinit
|
||||
|
||||
REPORTTIME=5
|
||||
|
||||
autoload -U colors
|
||||
colors
|
||||
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[blue]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
||||
%{%(3L.$fg_bold[red]%L .)%}%{%(?.$fg_bold[green].$fg_bold[red])%}%%%{$reset_color%} "
|
||||
#autoload -U colors
|
||||
#colors
|
||||
PROMPT="%B%F{yellow}%*%f %F{blue}%d%f %(?.%F{green}✓%f.%F{red}%?%f)
|
||||
%(3L.%F{red}%L%f .)%(?.%F{green}.%F{red})%%%f%b "
|
||||
|
||||
source $HOME/.config/.aliases
|
||||
source $HOME/.config/.aliases.local
|
||||
|
||||
Reference in New Issue
Block a user