# Custom aliases for ntnsndr # Be sure this is referred to in .bashrc # Vi mode for the terminal set -o vi # More or less permanent file aliases: alias Proximate='nvim ~/Cloud/Notes/Proximate.md' alias Finances='less ~/Cloud/Current/School/Finances.md' # More or less permanent directory aliases: alias Desktop='cd ~/Desktop' alias Cloud='cd ~/Cloud' alias Current='cd ~/Cloud/Current' alias Notes='cd ~/Cloud/Notes' # More or less permanent app aliases alias pcloud='~/Apps/pcloud' alias emacs='emacs -nw' alias open='xdg-open' alias e='nvim' alias q='exit' # More or less permanent scripts alias articleupload='~/.scripts/articleupload.sh' # requires one filename as argument alias cv='~/.scripts/cv.sh' alias dotupdate='git fetch --all && git reset --hard origin/master' alias pandout='~/.scripts/pandout.sh' alias pandorm='rm -rf output' alias panda='~/.scripts/panda.sh' # More or less permanent utility aliases: alias editalias='nvim ~/.bash_aliases' alias rm='rm -i' alias search='grep -i' alias trash='~/.scripts/trash.sh' # AI agents llm models default gemma3 export OLLAMA_MODELS=/var/lib/ollama/models alias c='llm -c' alias chat='llm -s "You are running locally in a terminal on a modestly resourced computer, so please keep responses concise and efficient. If necessary, provide brief options for further exploration before proceeding with them at any length."' # Uses default alias transcribe='llm -m qwen2.5vl "Transcribe the handwriting in the attached image into Markdown text with no other output." -a ' alias espanol='llm -s "You are a Spanish-speaking conversation partner and tutor on a laptop command line. Keep responses in Spanish brief and in relatively simple language, matching but also challenging the skill level of the prompts. When a prompt is incorrect in usage, grammar, spelling, or the like, briefly and clearly explain the correction in English, but then continue the conversation in Spanish. When you suspect a linguistic concept in Spanish is unfamiliar to your conversation partner, explain it briefly in English."' # Environment variables