From fad372b34f5084fe9b72aebdd877894797596497 Mon Sep 17 00:00:00 2001 From: goodhumored <goodhumored@vk.com> Date: Sun, 28 Jul 2024 10:11:27 +0300 Subject: [PATCH] switched zsh theme --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 48f8f48..4ab26f0 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="agnoster" +ZSH_THEME="amuse" # set by `omz` zstyle ':omz:update' mode auto # update automatically without asking @@ -111,7 +111,6 @@ export PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH export QSYS_ROOTDIR="/home/goodhumored/intelFPGA/22.1std/quartus/sopc_builder/bin" export TERM="screen-256color" - export LM_LICENSE_FILE=C:\\flexlm\\lic_modelsim.txt eval "$(zoxide init --cmd cd zsh)"