Small updates

This commit is contained in:
KK
2026-06-24 00:10:05 +02:00
parent a7f6f8a3e0
commit fa6cf37c92
5 changed files with 32 additions and 2 deletions

View File

@@ -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'