wayland work
This commit is contained in:
16
.bashrc
16
.bashrc
@@ -48,11 +48,19 @@ source /usr/share/fzf/key-bindings.bash
|
||||
source /usr/share/fzf/completion.bash
|
||||
#export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
||||
export FZF_DEFAULT_COMMAND='rg -i --files --glob "!.git/*"'
|
||||
bind -x '"\C-p": nvim $(fzf);'
|
||||
|
||||
if [ -d "$HOME/bin/Fiji.app" ]; then
|
||||
alias fiji="~/bin/Fiji.app/ImageJ-linux64"
|
||||
fi
|
||||
alias fzf='fzf --bind "enter:execute(nvim {})"'
|
||||
bind -x '"\C-p": fzf;'
|
||||
# bind -x '"\C-p": nvim $(fzf);'
|
||||
|
||||
#setup history for fzf
|
||||
# HISTFILESIZE=4096
|
||||
HISTCONTROL=ignoreboth:erasedups
|
||||
# export HISTTIMEFORMAT='%Y-%m-%d %H:%M:%S | '
|
||||
|
||||
# if [ -d "$HOME/bin/Fiji.app" ]; then
|
||||
# alias fiji="~/bin/Fiji.app/ImageJ-linux64"
|
||||
# fi
|
||||
|
||||
#source custom user aliases
|
||||
if [[ -e $HOME/.bashrc.local ]]; then
|
||||
|
||||
Reference in New Issue
Block a user