Skip to content

Instantly share code, notes, and snippets.

@sridharraman
Created January 7, 2013 17:25
Show Gist options
  • Select an option

  • Save sridharraman/4476781 to your computer and use it in GitHub Desktop.

Select an option

Save sridharraman/4476781 to your computer and use it in GitHub Desktop.
Clearing Recently Opened Files
From a terminal window:
$ cd ~/.local/share/
To clear history:
$ rm recently-used.xbel
$ touch recently-used.xbel
To disable history:
$ sudo chattr +i recently-used.xbel
To enable history:
$ sudo chattr -i recently-used.xbel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment