From 944ddd206af7fd7895d5b149203cd7affa64ca60 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 15 May 2026 02:19:59 +0200 Subject: a lot of stuff --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 49030ef..f554b65 100644 --- a/.zshrc +++ b/.zshrc @@ -1,9 +1,7 @@ setopt completealiases ZSH_CUSTOM="$HOME/.config/zsh" -# Disabled, tab completion garbles the output :'( ZSH_THEME="ewout" -#ZSH_THEME="funky" zstyle ':omz:update' mode auto plugins=( archlinux @@ -29,6 +27,6 @@ plugins=( zsh-navigation-tools ) -alias zluda="LD_LIBRARY_PATH=\":$LD_LIBRARY_PATH\"" +. $HOME/.zsh_profile . /usr/share/oh-my-zsh/oh-my-zsh.sh -- cgit v1.3.1