diff options
Diffstat (limited to '.config/shells')
| -rwxr-xr-x | .config/shells/dirrc | 7 | ||||
| -rw-r--r-- | .config/shells/zsh/.zshrc | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.config/shells/dirrc b/.config/shells/dirrc index 05b0b39..2815d12 100755 --- a/.config/shells/dirrc +++ b/.config/shells/dirrc @@ -4,7 +4,6 @@ alias \ d="cd ~/Documents" \ bk="cd ~/Documents/Books" \ dw="cd ~/Downloads" \ - g="cd ~/Documents/Projects/git" \ - c="cd ~/.config" \ - e="cd ~/Documents/Projects/Experiments" \ - cmpsc="cd /Users/jmm/OneDrive\ -\ The\ Pennsylvania\ State\ University/Semester\ 2/CMPSC132/" + p="cd ~/Documents/Projects" \ + m="cd ~/Documents/musings" \ + c="cd ~/.config" diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc index 109e3bd..cbf682b 100644 --- a/.config/shells/zsh/.zshrc +++ b/.config/shells/zsh/.zshrc @@ -19,9 +19,6 @@ SAVEHIST=100 HISTSIZE=5000 setopt prompt_subst autoload -U colors && colors -#PROMPT='%{$fg_bold[$shColor]%}%n%{$reset_color%}@%m\ -#:[%{$fg_bold[$shColor]%}$(_collapsed_pwd)%{$reset_color%}]:$ ' -#PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%}:[%{$fg_bold[$shColor]%}%c%{$reset_color%}]:$ ' PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%} in %{$fg_bold[$shColor]%}%c%{$reset_color%} → ' source $ZSH/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
