Skip to content

Instantly share code, notes, and snippets.

@mauron85
Last active December 18, 2018 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauron85/d6249df8814fa7c917dbf023dff08083 to your computer and use it in GitHub Desktop.
Save mauron85/d6249df8814fa7c917dbf023dff08083 to your computer and use it in GitHub Desktop.
function find() { unset -f $0; find $1 -newermt $(date +%Y-%m-%d -d "$2"); };
function dayago() { unset -f $0; __find $1 "1 day ago"; };
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
alias server='python -m SimpleHTTPServer'
alias trash='gvfs-trash'
alias ipconfig='ip address show'
alias suspend='systemd-run --on-active=30 systemctl suspend'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment