diff options
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/" |