diff options
author | Jesus <jesus.estupinan@pragma.com.co> | 2022-07-11 09:37:25 +0800 |
---|---|---|
committer | Jesus <jesus.estupinan@pragma.com.co> | 2022-07-11 09:38:02 +0800 |
commit | 3be259f71ff1a20b9cc66c2c2907cae1c60437db (patch) | |
tree | 7f17281441b0ba72ab46f9e10ffdae6c24dfb74d /hyperterm/tools/aliases.sh | |
parent | 71434689f06f2031edf38dbdd474a5b68a90c6a7 (diff) | |
download | hyperterm-3be259f71ff1a20b9cc66c2c2907cae1c60437db.tar.lz hyperterm-3be259f71ff1a20b9cc66c2c2907cae1c60437db.tar.xz hyperterm-3be259f71ff1a20b9cc66c2c2907cae1c60437db.zip |
prepare re-compatibility with another OS unix-like
Diffstat (limited to 'hyperterm/tools/aliases.sh')
-rw-r--r-- | hyperterm/tools/aliases.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperterm/tools/aliases.sh b/hyperterm/tools/aliases.sh index 5493a6f..485039f 100644 --- a/hyperterm/tools/aliases.sh +++ b/hyperterm/tools/aliases.sh @@ -5,8 +5,8 @@ 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 la='ls -la --color=auto -F' +alias ll='ls -l --color=auto -F' +alias ls='ls --color=auto -F' alias np='nano PKGBUILD' alias pastebin='curl -X POST https://bpa.st/curl -F "raw=<-"' |