From 7e95c3b667a1b353f8275db886203f272bfcce34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 10 Feb 2021 13:52:52 -0500 Subject: first commit --- hyperterm/tools/aliases.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyperterm/tools/aliases.sh (limited to 'hyperterm/tools/aliases.sh') diff --git a/hyperterm/tools/aliases.sh b/hyperterm/tools/aliases.sh new file mode 100644 index 0000000..5493a6f --- /dev/null +++ b/hyperterm/tools/aliases.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +alias clean='cat /dev/null > "$HOME/.bash_history" && history -c' +alias df='df -h' # human-readable sizes +alias ep='emacs PKGBUILD' +alias free='free -hm' # show sizes in humans format +alias grep='grep --color=tty -d skip' +alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' +alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' +alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' +alias np='nano PKGBUILD' +alias pastebin='curl -X POST https://bpa.st/curl -F "raw=<-"' -- cgit v1.2.3