Created
July 13, 2018 11:52
-
-
Save GRArmstrong/525e1ae0b4463cd3c5784b7571e90d3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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