Browse Source

Update applications.md

Nordstrand 1 năm trước cách đây
mục cha
commit
7161be5327
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      personal-device/applications.md

+ 3 - 3
personal-device/applications.md

@@ -439,10 +439,10 @@ This is my ZSH setup preference, using Oh-My-ZSH with the Powerlevel10k theme an
     1. Add `zsh-syntax-highlighting` it to `plugins` in `~/.zshrc`.
 1. (Optional) Setup fuzzy search plugin:
     1. Install: `yay -S fzf-git`
+    1. Add to your zshrc: `source /etc/profile.d/fzf.zsh`
 1. Setup plugins:
     1. In `~/.zshrc`, set e.g. `plugins=(git docker docker-compose golang rust)`.
-1. Further customize `~/.zshrc`:
-    1. (**TODO** OUTDATED) Example [zshrc](https://github.com/HON95/configs/blob/master/zsh/zshrc).
-    1. Prevent removing trailing slashes from auto-complete: `setopt no_auto_remove_slash`
+1. Further customize configs:
+    1. Example [zsh configs](https://github.com/HON95/configs/blob/master/zsh/zshrc).
 
 {% include footer.md %}