This commit is contained in:
Santiago Lo Coco 2022-01-27 01:11:48 -03:00
parent c0b68c1931
commit b5a09241db
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/.histfile
if [[ -v $LAPTOP ]]; then
if [[ -v LAPTOP ]]; then
export ZSH="/usr/share/oh-my-zsh"
ZSH_CUSTOM="/usr/share"
ZSH_THEME="zsh-theme-powerlevel10k/powerlevel10k"