diff options
author | Joe <rrbo@proton.me> | 2023-01-31 11:46:19 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-31 11:46:19 +0100 |
commit | 7eabc900314cd93042f78123fe12ad2771050333 (patch) | |
tree | b3f6129c0d01a403be68fb5ff156a21204b00ea4 /.config/zsh/alias.zsh | |
parent | up (diff) | |
download | dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.gz dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.bz2 dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.xz dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.zst dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.zip |
Pop update
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 52dea29..58e0d6d 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -61,6 +61,7 @@ alias \ gt='gpg-tui' \ lg='lazygit' \ gjdo='/home/jozan/dev/perl/gitjoe-scripts/gitjoe-do.pl' \ + ddgit='git --git-dir=$HOME/docs/redot --work-tree=$HOME' \ dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \ confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' bssh() { @@ -195,6 +196,7 @@ twi() { alias nb='newsboat' \ mutt='neomutt' \ sxiv='nsxiv -b -a' \ + nsxiv='nsxiv -b -a' \ pinfo='pkg info -x' \ psearch='pkg search' \ pinstall='doas pkg install' \ |