Merge branch 'main' of gitshell.ynnx.eu:yannik/dotfiles

This commit is contained in:
Yannik Buerkle 2024-05-17 17:12:50 +02:00
commit c6e9e88763
2 changed files with 9 additions and 0 deletions

2
.zshrc
View file

@ -77,3 +77,5 @@ fi
if ! test -v SSH_AUTH_SOCK && test -e "$XDG_RUNTIME_DIR/ssh-agent.socket"; then
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
fi
export EDITOR="$(which nvim)"

7
README.md Normal file
View file

@ -0,0 +1,7 @@
## fzf
If your zsh startes with the message _unknown option: --zsh_, your fzf version is too old. Install fzf with version 0.48.1 or later.
You can download fzf from [junegunn/fzf](https://github.com/junegunn/fzf/releases).
Extract the tar.gz file and copy fzf to /usr/local/bin or any location on your $PATH.