mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use-agent
|
use-agent
|
||||||
# HKPS requires gnupg-curl for gpg1
|
# HKPS requires gnupg-curl for gpg1
|
||||||
keyserver hkps://keys.openpgp.org
|
keyserver hkps://keyserver.ubuntu.com
|
||||||
keyserver-options auto-key-retrieve no-honor-keyserver-url
|
keyserver-options auto-key-retrieve no-honor-keyserver-url
|
||||||
auto-key-locate keyserver
|
auto-key-locate keyserver
|
||||||
personal-digest-preferences SHA256
|
personal-digest-preferences SHA256
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ zstyle ':completion::complete:*' use-cache on
|
|||||||
zstyle ':completion::complete:*' cache-path "${ZDOTDIR:-$HOME}/.zcompcache"
|
zstyle ':completion::complete:*' cache-path "${ZDOTDIR:-$HOME}/.zcompcache"
|
||||||
|
|
||||||
# .profile is universal
|
# .profile is universal
|
||||||
|
. /etc/profile
|
||||||
. ~/.profile
|
. ~/.profile
|
||||||
# Deduplicate the path
|
# Deduplicate the path
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|||||||
@@ -2,7 +2,11 @@ function dumpenv {
|
|||||||
tr '\0' '\n' < /proc/${1}/environ
|
tr '\0' '\n' < /proc/${1}/environ
|
||||||
}
|
}
|
||||||
|
|
||||||
if test -x "${HOME}/tools/starship/starship" ; then
|
if test -x "/sbin/starship" ; then
|
||||||
|
function starship_prompt {
|
||||||
|
eval $(/sbin/starship init zsh)
|
||||||
|
}
|
||||||
|
elif test -x "${HOME}/tools/starship/starship" ; then
|
||||||
function starship_prompt {
|
function starship_prompt {
|
||||||
eval $($HOME/tools/starship/starship init zsh)
|
eval $($HOME/tools/starship/starship init zsh)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user