Add systemd-editor to env.zsh
This commit is contained in:
parent
db0c4ac401
commit
55ca4721fb
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||||
export AUR_PAGER=$PAGER
|
export AUR_PAGER=$PAGER
|
||||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||||
|
export SYSTEMD_EDITOR=$EDITOR
|
||||||
|
|
||||||
# Use GPG for SSH authentication
|
# Use GPG for SSH authentication
|
||||||
export GPG_TTY="$(tty)"
|
export GPG_TTY="$(tty)"
|
||||||
|
@ -70,4 +71,4 @@ fi
|
||||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||||
|
|
||||||
# Disable dotdrop submodule auto update
|
# Disable dotdrop submodule auto update
|
||||||
DOTDROP_AUTOUPDATE=no
|
export DOTDROP_AUTOUPDATE=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue