This commit is contained in:
2026-03-20 14:30:47 +01:00
parent 84bee93e89
commit a8d7ae73f4
9 changed files with 217 additions and 14 deletions

3
.zshrc
View File

@@ -8,7 +8,7 @@ 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="gentoo"
ZSH_THEME="custom"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
@@ -144,6 +144,7 @@ alias ccat="pygmentize -g -O style=monokai,linenos=1"
alias rm="echo Use the full path i.e. '/bin/rm', consider using: trash"
alias explain="copilot explain"
alias csv="csvlens"
alias ccopilot="cd ~/code/copilot && copilot"
alias wstmux="cd ~/code/wasteside/app && tmux new -A -s wasteside"