diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-04-09 08:22:59 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-09 08:22:59 +0100 |
commit | 461bcdad1fc308f5c8a0defb51d1a015e943600c (patch) | |
tree | 0199a31a19fbfd0d4d97657c3bcecfd53c7f48bb /bash | |
parent | 0e325e0ac2110e9832aae051bb21f05dc6f8ccdc (diff) |
[i3] Correct battery script
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 9f4e80d..3d0e6bd 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,3 +7,5 @@ fi # FZF [ -f ~/.fzf.bash ] && source ~/.fzf.bash + +source ~/.zgen/urbainvaes/fzf-marks-master/fzf-marks.plugin.bash |