wayland work

This commit is contained in:
ackman678
2019-12-13 14:00:23 -08:00
parent 8b8919aa89
commit a3d252137d
11 changed files with 772 additions and 16 deletions

16
.bashrc
View File

@@ -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