testing fragmented config
This commit is contained in:
18
home/bash-config/rc.base
Normal file
18
home/bash-config/rc.base
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
eval "$(fzf --bash)"
|
||||
FZF_DEFAULT_COMMAND='fd --type f| fzf --print0 | xargs -0 -o vim'
|
||||
|
||||
source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
|
||||
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user