Skip to content

Commit a336454

Browse files
committed
removed powerlevel11k and updated zshrc
1 parent 7558668 commit a336454

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

airootfs/etc/skel/.zshrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
alias ls='ls --color=auto'
55
PS1='[\u@\h \W]\$ '
66

7-
8-
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
9-
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
10-
fi
11-
12-
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
13-
14-
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
15-
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
16-
177
# Autosuggestions
188
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
199

airootfs/root/.zshrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
alias ls='ls --color=auto'
55
PS1='[\u@\h \W]\$ '
66

7-
8-
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
9-
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
10-
fi
11-
12-
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
13-
14-
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
15-
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
16-
177
# Autosuggestions
188
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
199

packages.x86_64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ blueman
223223
#cups
224224
#system-config-printer
225225

226-
# Powerlevel10k
226+
# Other packages
227227
#ttf-meslo-nerd-font-powerlevel10k
228-
zsh-theme-powerlevel10k
228+
#zsh-theme-powerlevel10k
229229
zsh-completions
230230
zsh-autosuggestions
231231
zsh-fast-syntax-highlighting
@@ -264,4 +264,4 @@ file-roller
264264
neofetch-tcet
265265

266266
# Tcet Linux Welcome
267-
tcet-linux-welcome
267+
tcet-linux-welcome

0 commit comments

Comments
 (0)