File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/env zsh
22
33# own aliases
4-
54alias ai=' opencode'
65alias cl=" clear -x"
76alias gdc=' git diff --cached'
@@ -16,6 +15,7 @@ alias llm='eza --all --header --long --sort=modified $eza_params'
1615alias ls=' eza $eza_params'
1716alias lt=' eza --tree $eza_params'
1817alias lx=' eza -lbhHigUmuSa@'
18+ alias mail=" neomutt"
1919alias pip=' /usr/bin/pip3'
2020alias plugpull=" find ${ZDOTDIR:- $HOME } /.zsh_plugins -type d -exec test -e '{}/.git' ';' -print0 | xargs -I {} -0 git -C {} pull"
2121alias src=' source ~/.zshrc && echo "Reloaded .zshrc"'
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ VISUAL="nvim"
6060NVM_DIR=" $HOME /.nvm"
6161DOTFILES_ZSH=" $DOTFILES /.config/zsh"
6262STARSHIP_CONFIG=" $DOTFILES /.config/starship.toml"
63- TASKRC=" $DOTFILES /.config/task/taskrc"
64- TASKDATA=" ~ /.local/share/task"
63+ export TASKRC=" $DOTFILES /.config/task/taskrc"
64+ export TASKDATA=" $HOME /.local/share/task"
6565SNACKS_GHOSTTY=true
6666
6767# DISABLE_AUTO_UPDATE="true"
You can’t perform that action at this time.
0 commit comments