mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
long forgotten changes ;-)
This commit is contained in:
parent
7da9878c06
commit
fc2d92dc03
5 changed files with 47 additions and 45 deletions
|
|
@ -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
8
bash/z-env.sh
Executable 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
2
bash/z-time_style.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
TIME_STYLE=long-iso
|
||||
export TIME_STYLE
|
||||
Loading…
Add table
Add a link
Reference in a new issue