This commit is contained in:
Lucy Hochkamp 2023-11-08 14:05:09 +01:00
parent 8627a33aa5
commit c47fe97b0f
No known key found for this signature in database
5 changed files with 86 additions and 160 deletions

View file

@ -24,6 +24,10 @@ hash kitty 2>/dev/null && alias ssh="kitty kitten ssh"
hash helm 2>/dev/null && . <(helm completion zsh)
hash kubectl 2>/dev/null && . <(kubectl completion zsh)
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
if [[ -d "$HOME/miniconda3" ]]; then
export PATH=$PATH:$HOME/miniconda3/bin
. <(~/miniconda3/bin/conda shell.zsh hook)
fi
n ()
{