Skip to content

Instantly share code, notes, and snippets.

View kfkawalec's full-sized avatar

Krzysztof Kawalec kfkawalec

View GitHub Profile
alias ls='ls -F --color=auto'
alias ll='ls -alF'
alias grep='grep --color=auto'
alias mkdir='mkdir -pv'
alias df='df -H'
alias du='du -ch'
alias mv="mv -v"
alias rm="rm -vi"
#!/bin/bash
# Usage: Execute the following command:
<<COMMENT1
curl -L https://gist.github.com/kfkawalec/a71f74ceddc76180fd9fe42814985536/raw | bash -x
COMMENT1
# Once this file has been executed once, you can pull the latest updates with 'bashupdate'