zsh: few parity fixes

This commit is contained in:
2026-04-07 10:10:22 +02:00
parent 0d2e5ef264
commit b0e7701a27
2 changed files with 4 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ alias nupdate="nix-channel --update"
alias typix="nix flake init --refresh -t github:loqusion/typix" alias typix="nix flake init --refresh -t github:loqusion/typix"
alias twatch="typst watch" alias twatch="typst watch"
alias tbuild="tpst build" alias tbuild="tpst build"
alias tlsp="nix-shell -p tinymist" alias tlsp="nix-shell -p tinymist --command zsh"
alias nlatex="nix-shell -p texlive.combined.scheme-full" alias nlatex="nix-shell -p texlive.combined.scheme-full"

View File

@@ -1,6 +1,6 @@
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell" ZSH_THEME="afowler"
# Uncomment the following line if pasting URLs and other text is messed up. # Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true" # DISABLE_MAGIC_FUNCTIONS="true"
@@ -23,6 +23,8 @@ zstyle :omz:plugins:ssh-agent helper sshaskpass
bindkey ^F forward-word bindkey ^F forward-word
bindkey ^B backward-word bindkey ^B backward-word
setopt globdots
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
[ -f ~/.shellrc.alias ] && source ~/.shellrc.alias [ -f ~/.shellrc.alias ] && source ~/.shellrc.alias