Skip to content

Instantly share code, notes, and snippets.

@GRArmstrong
Created July 13, 2018 11:52
Show Gist options
  • Save GRArmstrong/525e1ae0b4463cd3c5784b7571e90d3f to your computer and use it in GitHub Desktop.
Save GRArmstrong/525e1ae0b4463cd3c5784b7571e90d3f to your computer and use it in GitHub Desktop.
# ls Aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
# Work-On Alias
alias wo="cd /home/`whoami`/''"
# reset GNOME when it drops dead
alias fix-gnome='killall -5 gnome-shell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment