Skip to content

Commit 64debdc

Browse files
committed
zsh: update aliases and export task vars
1 parent 2e1bd27 commit 64debdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/zsh/aliases.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/env zsh
22

33
# own aliases
4-
54
alias ai='opencode'
65
alias cl="clear -x"
76
alias gdc='git diff --cached'
@@ -16,6 +15,7 @@ alias llm='eza --all --header --long --sort=modified $eza_params'
1615
alias ls='eza $eza_params'
1716
alias lt='eza --tree $eza_params'
1817
alias lx='eza -lbhHigUmuSa@'
18+
alias mail="neomutt"
1919
alias pip='/usr/bin/pip3'
2020
alias plugpull="find ${ZDOTDIR:-$HOME}/.zsh_plugins -type d -exec test -e '{}/.git' ';' -print0 | xargs -I {} -0 git -C {} pull"
2121
alias src='source ~/.zshrc && echo "Reloaded .zshrc"'

.zshenv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ VISUAL="nvim"
6060
NVM_DIR="$HOME/.nvm"
6161
DOTFILES_ZSH="$DOTFILES/.config/zsh"
6262
STARSHIP_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"
6565
SNACKS_GHOSTTY=true
6666

6767
# DISABLE_AUTO_UPDATE="true"

0 commit comments

Comments
 (0)