ericfreese / zsh-prioritize-cwd-history

Prioritizes history entries executed from the current working directory
MIT License
21 stars 6 forks source link

mktemp : too few X's #3

Open Konfekt opened 7 years ago

Konfekt commented 7 years ago

Similar issues show that this error

mktemp: trop peu de X dans le modèle « /home/epn/.local/share/zsh-prioritize-cwd-history/.tmphistXX »
_zsh_prioritize_cwd_history_load_cwd_history:13: aucun fichier ou dossier de ce type: 

is due to a different implementation of mktemp on Linux, from that on MacOS. The one on Linux requires three XXX, whereas that on MacOS does not.

Konfekt commented 5 years ago

See https://github.com/gaoyifan/zsh-prioritize-cwd-history for a fork that adapts this utility to Linux.