aboutsummaryrefslogtreecommitdiff
path: root/.functions
AgeCommit message (Collapse)Author
2022-01-22Add fzf configGuangxiong Lin
The fzf config is splited into .env and .functions before. It will be hard to remove the config of fzf when I want to replace fzf with other finder (e.g. skim). I place all config related to .fzfrc now. Besides, I add the config to load fzf completion and key bindings.
2022-01-05Add open function based on xdg-openGuangxiong Lin
2021-09-21Add more fzf related functionsGuangxiong Lin
2021-09-20Add function fcoGuangxiong Lin