Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # my aliases
- alias ne='emacs -nw'
- alias log='./Téléchargements/instantbird/instantbird'
- alias clean='rm *~'
- alias fclean='rm *.o'
- alias sl='ls'
- alias xs='cd'
- alias blih='python3.4 ~/Downloads/blih-1.7/blih.py'
- alias cleandmg='find . -name "*.dmg" -type f -delete'
- alias cleantorrent='find . -name "*.torrent" -type f -delete'
- alias cleanzip='find . -name "*.zip" -type f -delete'
- alias cleanall='find . -name "*~" -type f -delete'
- alias purgeallbuilds='rm -rf ~/Library/Developer/Xcode/DerivedData/*'
- function cd() {
- builtin cd $1;
- ls -a;
- }
Advertisement
Add Comment
Please, Sign In to add comment