summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/zsh/.zshrc2
-rw-r--r--.config/zsh/alias.zsh2
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6af7f1d..df8e9de 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -102,5 +102,5 @@ bindkey -v "^ " globalias
bindkey -v " " magic-space
bindkey -M isearch " " magic-space
-PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} "
+PROMPT="%B%{$fg[blue]%}%m %{$fg[cyan]%}%c%{$fg[blue]%}%#%{$reset_color%} "
RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}"
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' \