summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-08 02:37:04 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-08 02:37:04 +0200
commit2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3 (patch)
treef32e1abb9e0fedd0542535ca5519ebb2baca9d91 /.config/zsh
parenttypo (diff)
downloaddotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.gz
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.bz2
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.xz
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.tar.zst
dotfiles-bsd-2a4fb6c0c533cd01e52e2a1e56935fd8ad87eed3.zip
update
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/alias.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index a66e15d..2e5e8da 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -57,7 +57,7 @@ alias \
irc='irssi' \
dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \
confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' \
- vpsdo='/usr/home/jozan/dev/perl/jozanofastora-scripts/vps-do.pl'
+ gjdo='/usr/home/jozan/dev/perl/gitjoe-scripts/gitjoe-do.pl'
upsrc() {
doas git -C /usr/src pull --ff-only
}