Merge branch 'main' of https://git.kemonine.info/kemonine/dotfiles
This commit is contained in:
commit
35afb9e754
|
@ -1,7 +1,6 @@
|
||||||
# Misc/General
|
# Misc/General
|
||||||
set -g allow-rename on
|
set -g allow-rename on
|
||||||
set -g pane-border-status bottom
|
set -g pane-border-status bottom
|
||||||
set -g editor nano
|
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
set -g clock-mode-style 24
|
set -g clock-mode-style 24
|
||||||
|
|
6
zshrc
6
zshrc
|
@ -65,14 +65,20 @@ zstyle ':fzf-tab:complete:cd:*' fzf-preview 'exa -1 --color=always $realpath'
|
||||||
|
|
||||||
# misc / general
|
# misc / general
|
||||||
export EDITOR="nano"
|
export EDITOR="nano"
|
||||||
|
export PAGER="most"
|
||||||
export PATH=~/.local/bin:${PATH}
|
export PATH=~/.local/bin:${PATH}
|
||||||
|
|
||||||
|
# asdf
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
|
|
||||||
|
# aliases (before interactive, just in case)
|
||||||
alias ls="exa"
|
alias ls="exa"
|
||||||
alias docker="sudo docker"
|
alias docker="sudo docker"
|
||||||
alias podman="sudo podman"
|
alias podman="sudo podman"
|
||||||
|
|
||||||
|
# dont allow mosh prediction (override in zshrc.local)
|
||||||
|
export MOSH_PREDICTION_DISPLAY="never"
|
||||||
|
|
||||||
# local overrides
|
# local overrides
|
||||||
test -f ~/.zshrc.local && source ~/.zshrc.local
|
test -f ~/.zshrc.local && source ~/.zshrc.local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue