updates
This commit is contained in:
parent
807f72c339
commit
6a6186b934
2 changed files with 7 additions and 13 deletions
|
@ -9,7 +9,7 @@ spoon.SpoonInstall:andUse("WindowHalfsAndThirds")
|
|||
spoon.SpoonInstall:andUse("Commander")
|
||||
spoon.SpoonInstall:andUse("ReloadConfiguration")
|
||||
|
||||
TERMINAL_NAME = "Wezterm"
|
||||
TERMINAL_NAME = "WezTerm"
|
||||
|
||||
spoon.WindowScreenLeftAndRight:bindHotkeys(spoon.WindowScreenLeftAndRight.defaultHotkeys)
|
||||
|
||||
|
|
18
zsh/zshrc
18
zsh/zshrc
|
@ -1,10 +1,3 @@
|
|||
# Fig pre block. Keep at the top of this file.
|
||||
export PATH="${PATH}:${HOME}/.local/bin"
|
||||
if [[ $(whence -p fig 2> /dev/null) ]]; then
|
||||
FIG_FOUND=1
|
||||
. "$HOME/.fig/shell/zshrc.pre.zsh"
|
||||
fi
|
||||
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
@ -22,6 +15,12 @@ export KEYTIMEOUT=1
|
|||
typeset -U path
|
||||
typeset -U fpath
|
||||
|
||||
if [[ $(arch) == 'arm64' ]]; then
|
||||
path+=('/opt/homebrew/bin')
|
||||
else
|
||||
path+=('/usr/local/bin')
|
||||
fi
|
||||
|
||||
hash -d -- -dotfiles=~/.dotfiles
|
||||
hash -d -- -src=~/src
|
||||
hash -d -- -doom=~/.doom-emacs
|
||||
|
@ -174,8 +173,3 @@ LS_PICKER="exa"
|
|||
for funcfile in $HOME/.zsh.d/* ; do
|
||||
source "${funcfile}"
|
||||
done
|
||||
|
||||
if [[ $FIG_FOUND == 1 ]]; then
|
||||
# Fig post block. Keep at the bottom of this file.
|
||||
. "$HOME/.fig/shell/zshrc.post.zsh"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue