Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ blame() { unset aa; declare -A aa; reverse_find $1; pp aa; }

ssh0() { ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@$1; }

mime_search() {
echo "Not Implemented Yet!" >2
# search in browser cache for audio/mpeg
# file -b --mime-type ${src}
# stat --format '%s' ${src}
# dpkg-query --format '${Version}' --show ${pkg}
}

# force_color_prompt=yes

test -x "$(which thefuck)" && eval "$(thefuck --alias)" || echo "Warning:: fuck not found, install it from github.com/nvbn/thefuck"
Expand Down