aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/tools/aliases.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-10 13:52:52 -0500
committerJesús <heckyel@hyperbola.info>2021-02-10 13:52:52 -0500
commit7e95c3b667a1b353f8275db886203f272bfcce34 (patch)
treeaefe3b7db69ac78b83b79a70cf43401679812d20 /hyperterm/tools/aliases.sh
downloadhyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.lz
hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.xz
hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.zip
first commit
Diffstat (limited to 'hyperterm/tools/aliases.sh')
-rw-r--r--hyperterm/tools/aliases.sh12
1 files changed, 12 insertions, 0 deletions
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=<-"'