long forgotten changes ;-)

This commit is contained in:
Doncho N. Gunchev 2023-01-11 00:08:38 +02:00
parent 7da9878c06
commit fc2d92dc03
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
5 changed files with 47 additions and 45 deletions

View file

@ -1,13 +1,11 @@
# Common ls aliases (RHEL, Fedora)
#alias l='ls -Fax'
#alias ll='ls -Alg'
# show hidden files and directories
#alias l.='ls -d .[^.]* ..?* --color=tty 2>/dev/null'
#alias ls='ls -F -X -B -T 0 --color=tty'
alias l.='ls -d .[^.]* ..?* --color=tty 2>/dev/null'
# long format with ISO dates
alias lll='ls -Al "--time-style=+%Y-%m-%d %H:%M:%S %4Z"'
# color less (restricted)
alias less='less -R'
# color ip route
alias ip='ip --color=auto'

8
bash/z-env.sh Executable file
View file

@ -0,0 +1,8 @@
EDITOR=mcedit
export EDITOR
HISTSIZE=20480
export HISTSIZE
FZF_DEFAULT_OPTS="--history-size=$HISTSIZE"
export FZF_DEFAULT_OPTS

2
bash/z-time_style.sh Executable file
View file

@ -0,0 +1,2 @@
TIME_STYLE=long-iso
export TIME_STYLE