From f5659951fb34deeb8c9e6317de7b1312c1d20501 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:52:58 +0000 Subject: [PATCH] add aliases for cs notes --- zsh/zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 67db1f1..48bfc38 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -3,21 +3,21 @@ export ZSH="/home/thomas/.oh-my-zsh" alias vim="nvim" alias cat="bat" alias grep="rg" -alias chrome="google-chrome-stable" -alias spot="ncspot" alias xhd="cd /run/media/thomas" -alias cs-save="/home/thomas/repos/bash_scripts/automate_commit.sh" -alias cs-clean="" -alias cs-all="" +alias cs-update="/home/thomas/repos/computer_science/_scripts/auto_save.sh" +alias cs-query="/home/thomas/repos/computer_science/_scripts/query.sh" # Set properties based on OS ZSH_THEME=spaceship SPACESHIP_TIME_SHOW=false SPACESHIP_PROMPT_ASYNC=true SPACESHIP_CHAR_SYMBOL="▶ " -#SPACESHIP_CHAR_SUFFIX="}" plugins=(git npm zsh-autosuggestions zsh-syntax-highlighting) +# Search against /home/thomas/repos/computer_science + + + # User configuration source $ZSH/oh-my-zsh.sh