X-Git-Url: https://git.armaanb.net/?p=charsel.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=526b31427282bbc2751c2b5c2048e23bd802653b;hp=d8407fe7fcaacd3cf43210bf43ca877cdd0d597c;hb=f91f2f2e9d218da186b0e84d1ad1a57632d3aebb;hpb=3175a81c8c551bb01af2dbc2737718dbb3ab0090 diff --git a/Makefile b/Makefile index d8407fe..526b314 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ reinstall: >cp ./charsel /usr/bin/ purge: ->rm -rf $USER/.local/share/charsel/ ->rm -rf $USER/.cache/charsel/ +>rm -rf ${HOME}/.local/share/charsel/ +>rm -rf ${HOME}/.cache/charsel/ install-completions-bash: >echo "source /usr/share/charsel/shell-completions" >> '${HOME}/.bashrc'