Last active
February 11, 2019 15:37
-
-
Save belchior/a643a606d21a7aae0aab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Fish alias | |
function findg; find . -type f | grep $argv; end; | |
function gti; git $argv; end; | |
function gtt; git status $argv; end; | |
function gtag; git tag -l | sort -V $argv; end; | |
function ll; ls -thrAl $argv; end; | |
function mymod; sudo chmod -R ugo-rwx,u+wrX,go+rX $argv; end; | |
function www; cd /home/{$USER}/www/; end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download and install
Reload your config
That's it