From c9f1a2f591898e4c157f4324b716c3367a53413b Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sun, 10 Aug 2025 16:00:03 -0400 Subject: config changes 8/10/25 --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 979946c..ab55d01 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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/" -- cgit v1.2.3