mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 22:52:37 +00:00
Compare commits
4 Commits
3230fb7007
...
e8de865417
| Author | SHA1 | Date | |
|---|---|---|---|
|
e8de865417
|
|||
|
3825ef78ff
|
|||
|
81582b2194
|
|||
|
9363055e5a
|
@@ -1,8 +1,8 @@
|
|||||||
theme = catppuccin-mocha
|
theme = Catppuccin Mocha
|
||||||
|
|
||||||
confirm-close-surface = false
|
confirm-close-surface = false
|
||||||
|
|
||||||
font-size = 15
|
font-size = 18
|
||||||
font-thicken = false
|
font-thicken = false
|
||||||
|
|
||||||
window-save-state = always
|
window-save-state = always
|
||||||
|
|||||||
@@ -104,5 +104,6 @@ export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
|
|||||||
|
|
||||||
# Zoxide
|
# Zoxide
|
||||||
export _ZO_DATA_DIR="$XDG_DATA_HOME"
|
export _ZO_DATA_DIR="$XDG_DATA_HOME"
|
||||||
|
unset _ZO_ECHO
|
||||||
|
|
||||||
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"
|
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ setopt aliases
|
|||||||
setopt auto_pushd # Push the current directory on the stack.
|
setopt auto_pushd # Push the current directory on the stack.
|
||||||
setopt pushd_ignore_dups # Ignore duplicates in stack
|
setopt pushd_ignore_dups # Ignore duplicates in stack
|
||||||
setopt pushd_silent # Do not print stack after pushd or popd.
|
setopt pushd_silent # Do not print stack after pushd or popd.
|
||||||
|
setopt CORRECT # Offers corrections on misspelled commands.
|
||||||
|
|
||||||
bindkey -v # Enable vi mode
|
bindkey -v # Enable vi mode
|
||||||
export KEYTIMEOUT=1 # Switch between vim mode quicker.
|
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.
|
alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" # set wget history location.
|
||||||
# GPG Yubikey restart relearn when switching keys and stubbed.
|
# 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 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.
|
# NOTE: This needs to stay near the bottom, or it doesn't work properly.
|
||||||
# Use fzf in history / search contexts.
|
# Use fzf in history / search contexts.
|
||||||
|
|||||||
Reference in New Issue
Block a user