File tree Expand file tree Collapse file tree 3 files changed +30
-8
lines changed Expand file tree Collapse file tree 3 files changed +30
-8
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ alias autoremove="sudo pacman -Rns"
4343# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
4444# bindkey '^[[1;5D' backward-word # Ctrl+Left arrow
4545
46+
47+
48+
49+
50+
4651# # Path section
4752# Set $PATH if ~/.local/bin exist
4853if [ -d " $HOME /.local/bin" ]; then
@@ -56,11 +61,16 @@ function set_win_title(){
5661precmd_functions+=(set_win_title)
5762
5863
64+ # # Plugins section: Enable fish style features
65+ # Use syntax highlighting
66+ source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
67+ # source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
5968
60-
69+ # Use autosuggestion
70+ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
6171
6272# Use history substring search
63- # source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
73+ source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
6474
6575# Use fzf
6676source /usr/share/fzf/key-bindings.zsh
@@ -270,12 +280,13 @@ alias upd="/usr/bin/update"
270280# Replace yay with paru if installed
271281[ ! -x /usr/bin/yay ] && [ -x /usr/bin/paru ] && alias yay=' paru'
272282
273- Load Mcfly
283+ # Load Mcfly
274284export MCFLY_FUZZY=true
275285export MCFLY_RESULTS=20
276286export MCFLY_INTERFACE_VIEW=BOTTOM
277287export MCFLY_RESULTS_SORT=LAST_RUN
278288eval " $( mcfly init zsh) "
279289
280290# # Run neofetch
281- # neofetch
291+ neofetch
292+
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ alias autoremove="sudo pacman -Rns"
4343# bindkey '^[[1;5C' forward-word # Ctrl+Right arrow
4444# bindkey '^[[1;5D' backward-word # Ctrl+Left arrow
4545
46+
47+
48+
49+
50+
4651# # Path section
4752# Set $PATH if ~/.local/bin exist
4853if [ -d " $HOME /.local/bin" ]; then
@@ -56,11 +61,16 @@ function set_win_title(){
5661precmd_functions+=(set_win_title)
5762
5863
64+ # # Plugins section: Enable fish style features
65+ # Use syntax highlighting
66+ source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
67+ # source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
5968
60-
69+ # Use autosuggestion
70+ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
6171
6272# Use history substring search
63- # source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
73+ source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
6474
6575# Use fzf
6676source /usr/share/fzf/key-bindings.zsh
@@ -270,13 +280,13 @@ alias upd="/usr/bin/update"
270280# Replace yay with paru if installed
271281[ ! -x /usr/bin/yay ] && [ -x /usr/bin/paru ] && alias yay=' paru'
272282
273- Load Mcfly
283+ # Load Mcfly
274284export MCFLY_FUZZY=true
275285export MCFLY_RESULTS=20
276286export MCFLY_INTERFACE_VIEW=BOTTOM
277287export MCFLY_RESULTS_SORT=LAST_RUN
278288eval " $( mcfly init zsh) "
279289
280290# # Run neofetch
281- # neofetch
291+ neofetch
282292
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ powerline-fonts
204204find-the-command-git
205205mcfly
206206starship
207+ zsh-history-substring-search
207208#grml-zsh-config
208209
209210# Text Editor
You can’t perform that action at this time.
0 commit comments