diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-30 23:07:38 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-30 23:07:38 +0100 |
commit | 55d91212b4b614144fec693585bb61b09a046639 (patch) | |
tree | 0a36ee577d3d1402f35877fa417f7aed32ffb251 | |
parent | ee98b2d9b6c1a3cd81dddcced3d7b10da7fe613d (diff) |
fzf setup
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ export EDITOR=vim export VISUAL=vim export PAGER=most +source '/usr/share/fzf/key-bindings.bash' +source '/usr/share/fzf/completion.bash' + alias q='exit' alias c='clear' alias h='history' |