mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Shell configs now source fzf for builtin keybindings.
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -264,3 +264,10 @@ colorscript random
|
|||||||
|
|
||||||
### SETTING THE STARSHIP PROMPT ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
|
### FZF ###
|
||||||
|
# Enables the following keybindings:
|
||||||
|
# CTRL-t = fzf select
|
||||||
|
# CTRL-r = fzf history
|
||||||
|
# ALT-c = fzf cd
|
||||||
|
source <(fzf --bash)
|
||||||
|
|||||||
@@ -238,5 +238,9 @@ colorscript random
|
|||||||
### SETTING THE STARSHIP PROMPT ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
### SETUP ZOXIDE ###
|
### FZF ###
|
||||||
zoxide init fish | source
|
# Enables the following keybindings:
|
||||||
|
# CTRL-t = fzf select
|
||||||
|
# CTRL-r = fzf history
|
||||||
|
# ALT-c = fzf cd
|
||||||
|
fzf --fish | source
|
||||||
|
|||||||
7
.zshrc
7
.zshrc
@@ -238,3 +238,10 @@ colorscript random
|
|||||||
|
|
||||||
### SETTING THE STARSHIP PROMPT ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
### FZF ###
|
||||||
|
# Enables the following keybindings:
|
||||||
|
# CTRL-t = fzf select
|
||||||
|
# CTRL-r = fzf history
|
||||||
|
# ALT-c = fzf cd
|
||||||
|
source <(fzf --zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user