4 Commits

3 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
theme = catppuccin-mocha
theme = Catppuccin Mocha
confirm-close-surface = false
font-size = 15
font-size = 18
font-thicken = false
window-save-state = always

View File

@@ -104,5 +104,6 @@ export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
# Zoxide
export _ZO_DATA_DIR="$XDG_DATA_HOME"
unset _ZO_ECHO
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"

View File

@@ -114,6 +114,7 @@ setopt aliases
setopt auto_pushd # Push the current directory on the stack.
setopt pushd_ignore_dups # Ignore duplicates in stack
setopt pushd_silent # Do not print stack after pushd or popd.
setopt CORRECT # Offers corrections on misspelled commands.
bindkey -v # Enable vi mode
export KEYTIMEOUT=1 # Switch between vim mode quicker.
@@ -207,6 +208,7 @@ alias nvim-lazy='NVIM_APPNAME=lazy nvim' # set neovim to use lazy c
alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" # set wget history location.
# GPG Yubikey restart relearn when switching keys and stubbed.
alias yubikeyrestart='gpg-connect-agent killagent /bye && gpg-connect-agent "scd serialno" "learn --force" /bye && gpg --card-status'
alias z='zoxide'
# NOTE: This needs to stay near the bottom, or it doesn't work properly.
# Use fzf in history / search contexts.