add aliases for cs notes
This commit is contained in:
parent
18c979e8bd
commit
f5659951fb
1 changed files with 6 additions and 6 deletions
12
zsh/zshrc
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue