Small updates
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -18,6 +18,7 @@ shopt -s histappend
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=100000
|
||||
HISTFILESIZE=200000
|
||||
HISTTIMEFORMAT='%F %T '
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
@@ -33,7 +34,7 @@ shopt -s autocd
|
||||
alias ls='ls -lahtr --color=auto'
|
||||
alias vi='kak'
|
||||
alias df='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME'
|
||||
alias unpack='dtrx'
|
||||
alias unpack='bsdtar -xf'
|
||||
alias imv='imv-wayland'
|
||||
alias sway='sway --unsupported-gpu'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user