Skip to content

Instantly share code, notes, and snippets.

@zhoulifu
Last active April 18, 2020 00:02
Show Gist options
  • Save zhoulifu/9e82154f6c1859ab682b1056268fcec4 to your computer and use it in GitHub Desktop.
Save zhoulifu/9e82154f6c1859ab682b1056268fcec4 to your computer and use it in GitHub Desktop.
clean-up the .zsh_history file
#!/bin/sh
sort -t ";" -k 2 -u ~/.zsh_history | sort -o ~/.zsh_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment