From a3bbe6fb67745d923a67e85daa6a89bce0f29c9c Mon Sep 17 00:00:00 2001 From: joshrandall8478 <joshrandall8478@gmail.com> Date: Tue, 11 Jun 2024 12:54:39 -0400 Subject: [PATCH] modified config --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index bf38528..387ae96 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export BROWSER=mercury-browser #export XWAYALAND_NO_GLAMOR=1 # Path to your oh-my-zsh installation. -ZSH=/usr/share/oh-my-zsh/ +ZSH=~/.oh-my-zsh/ # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -177,4 +177,5 @@ alias fucking='sudo' # because its funny eval "$(zoxide init zsh)" -pfetch +alias smallfetch="fastfetch -c ~/smallfetch.jsonc" +smallfetch -- GitLab