diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/alias.zsh | 1 | ||||
| -rw-r--r-- | zsh/work.zsh | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/zsh/alias.zsh b/zsh/alias.zsh index 13f1713..4c39cf2 100644 --- a/zsh/alias.zsh +++ b/zsh/alias.zsh @@ -6,7 +6,6 @@ alias rr='. ranger' alias g=lazygit # connect to my earbuds alias b='bluetoothctl connect E4:92:82:B5:80:1F' -alias p='cd ~/projects' alias c='cd ~/.config' alias n='cd ~/notes' alias dark="lookandfeeltool -a org.kde.breezedark.desktop" diff --git a/zsh/work.zsh b/zsh/work.zsh index a62daa2..8b98be6 100644 --- a/zsh/work.zsh +++ b/zsh/work.zsh @@ -1,5 +1,3 @@ source ~/.config/zsh/utils.zsh source ~/.config/zsh/pnpm.zsh source /usr/share/nvm/init-nvm.sh - -alias jr='cd ~/projects/notes && git pull && nvim journal.md' |
