This commit is contained in:
Antoine Phan
2025-06-28 16:29:09 -04:00
parent dbaadad869
commit fae6c7cb03
8 changed files with 167 additions and 168 deletions

View File

@@ -4,7 +4,8 @@ export ZSH="$HOME/.oh-my-zsh"
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="theunraveler"
# gnzh jtriley juanghurtado kphoen
ZSH_THEME="kphoen"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
@@ -151,3 +152,4 @@ alias bruh="echo 'bruh' | cowsay"
# alias start_conda='source $HOME/antoine/anaconda3/bin/activate'
# source /usr/share/nvm/init-nvm.sh
alias ip="ip --color"