From 065e09a080335c9cfc3b2fd8781471e8f3a5aa38 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 25 Sep 2022 16:14:33 +0300 Subject: [PATCH] alias --- Makefile | 3 +++ sub/bash/aliases | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f596c5a..cbe933f 100644 --- a/Makefile +++ b/Makefile @@ -100,3 +100,6 @@ font: termux: echo "apt install termux-api tsu" +arch: + echo 'echo "ParallelDownloads = 5" >> /etc/pacman.conf' + diff --git a/sub/bash/aliases b/sub/bash/aliases index a287468..adc220e 100644 --- a/sub/bash/aliases +++ b/sub/bash/aliases @@ -8,14 +8,14 @@ if [ -x "$(which dircolors)" ]; then alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' - alias ls='ls --color=auto' + alias ls='ls -v --color=auto' fi -alias l.='ls -AF --ignore="*"' -alias ll='ls -lhF' -alias la='ls -AF' -alias lla='ls -lhFA' -alias ll.='ls -lhFA --ignore="*"' +alias l.='ls -AFv --ignore="*"' +alias ll='ls -lhFv' +alias la='ls -AFv' +alias lla='ls -lhFAv' +alias ll.='ls -lhFAv --ignore="*"' alias _='sudo'