diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-18 11:43:34 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-18 11:43:34 +0200 |
commit | 6c9dd9ada1329bf1dc96be23ab4e48320b874865 (patch) | |
tree | b37ff5e7ea8b59180e477e6527f81c3e13cd334d /bashrc | |
parent | a9eafd950f9ea4bc20a5a8cd00fd1536cd0a8f2b (diff) |
Add minor changes (colorschemes + fzf integration)
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,6 +112,6 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi -[ -f ~/.fzf.bash ] && source ~/.fzf.bash source ~/github/fzf-marks/fzf-marks.bash +[ -f ~/.fzf.bash ] && source ~/.fzf.bash |