dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 3f38326ff97674578fd3ab6f5113198497f90366
parent df25f1ac41a1b657a2ad7c95a90a0cf647b66ce7
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Tue, 29 Mar 2022 19:44:34 +0000

feat: .zshrc.local: update wn (alias)

Diffstat:
M.zshrc.local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc.local b/.zshrc.local @@ -12,7 +12,7 @@ alias diff="diff --color=always" # Language alias speak="/usr/bin/trans -b -speak -no-translate -no-init" alias zh-TW="/usr/bin/trans -shell -brief -theme random :zh-TW -no-init" -alias wn="cut -f1 /usr/share/dict/wn.index | fzf --layout=reverse --info=inline --prompt='WordNet > ' --preview='dict --database=wn {}' --bind='enter:execute:dict --database=wn {} | less -c'" +alias wn="cut -f1 /usr/share/dict/wn.index | fzf --layout=reverse --info=inline --prompt='WordNet > ' --preview='dict --database=wn {}' --bind='enter:execute:dict --database=wn {} | less -c' --preview-window=up,60%,border-bottom" # Xorg alias xcopy="xclip -selection clipboard" # Void Linux