diff options
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=<-"' |