1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
c213a9ac33 updated readme 2020-02-19 15:51:33 +01:00
d2bb80b026 Added alias for bat 2020-02-19 15:50:38 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ A repository of my personal server configuration files.
- [[http://www.gnu.org/software/stow/][stow]]
* Applications
- [[https://github.com/sharkdp/bat][bat]]
- [[https://github.com/alacritty/alacritty][alacritty]]
- [[https://the.exa.website/][exa]]
- [[https://git-scm.com/][git]]

View File

@ -43,6 +43,9 @@ alias vifm="vifmrun"
# git alaises
alias gpoat="git push origin --all && git push origin --tags"
# bat
alias bat="batcat"
# Set fzf keybindings here for now as they don't work with stable version of omf https://github.com/jethrokuan/fzf/issues/109
bind \co '__fzf_find_file'
bind \cr '__fzf_reverse_isearch'