feat: remove node / npm, fix zsh theme + color
This commit is contained in:
parent
0c36458c4e
commit
0af4b67ab6
8 changed files with 37 additions and 39 deletions
|
@ -2,7 +2,7 @@
|
|||
alias cls='clear && ls -lah'
|
||||
alias startgui='startx'
|
||||
alias tmp='cd $(mktemp -d)'
|
||||
alias update="sudo apt-get update && sudo apt-get upgrade; sudo npm update -g; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias update="sudo apt-get update && sudo apt-get upgrade; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias vi='$EDITOR'
|
||||
|
||||
# conf
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
KUBE_PS1_KUBECONFIG="${KUBECONFIG:-$HOME/.kube/config}"
|
||||
KUBE_PS1_KUBECONFIGMD5=
|
||||
KUBE_PS1_CTX=
|
||||
|
@ -20,11 +19,11 @@ precmd() {
|
|||
local ns="$KUBE_PS1_NS"
|
||||
local symbol='\u2388 '
|
||||
local sep='/'
|
||||
local bg='\e[45m'
|
||||
local bg='\e[44m'
|
||||
local reset='\e[0m'
|
||||
#local end=" $reset\e[35m\ue0b4" #
|
||||
#local end=" $reset\e[35m\ue0bc" #
|
||||
local end=" $reset\e[35m\ue0b0" #
|
||||
#local end=" $reset\e[34m\ue0b4" #
|
||||
#local end=" $reset\e[34m\ue0bc" #
|
||||
local end=" $reset\e[34m\ue0b0" #
|
||||
|
||||
echo "$bg$symbol$ctx$sep$ns$end$reset"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue