diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-08-10 16:00:03 -0400 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-08-10 16:00:03 -0400 |
commit | c9f1a2f591898e4c157f4324b716c3367a53413b (patch) | |
tree | 6c2fc35529e5c0eb234c3819f53c94c2596d5d18 /zsh/.zshrc | |
parent | df1a37cbc070b355e7be99840a0f4fd47279f39e (diff) | |
download | config-c9f1a2f591898e4c157f4324b716c3367a53413b.tar.gz |
config changes 8/10/25laptop
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd extendedglob nomatch notify unsetopt beep -bindkey -v +bindkey -v '^?' backward-delete-char # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/joshua/.zshrc' @@ -44,6 +44,7 @@ alias m="cd $HOME/Music/ && ls -l" alias pe="cd $HOME/Personal/ && ls -l" alias pp="cd $HOME/Pictures/ && ls -l" alias riscv="cd $HOME/Personal/riscv/ && ls -l" +alias sc="cd $HOME/.local/bin/ && ls -l" alias src="cd $HOME/.local/src/ && ls -l" alias wk="cd $HOME/Work/ && ls -l" @@ -56,6 +57,7 @@ hash -d ed="$HOME/School/" hash -d pe="$HOME/Personal/" hash -d pp="$HOME/Pictures/" hash -d riscv="$HOME/Personal/riscv" +hash -d sc="$HOME/.local/bin/" hash -d src="$HOME/.local/src/" hash -d wk="$HOME/Work/" |