This commit is contained in:
jon
2021-01-17 13:30:41 -06:00
6 changed files with 42 additions and 11 deletions

View File

@@ -18,16 +18,18 @@ fi
## 4 - right/left four chars
export LESS='-C -M -j 3 -R -# 2'
# User specific aliases and functions
### User specific aliases and functions
# before you remove, you can unalias with: \<command>
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
alias l='ls -lh --color --time-style=long'
alias ll='ls -lAh --color --time-style=long'
alias lsd='l -d */'
alias p='ping'
alias dmesg='dmesg -H'
alias dmesg='dmesg -HT'
alias ip='ip -c'
#alias s='sudo $(history -p !!)'
alias s='sudo'
alias df='sudo df -hT -x tmpfs -x devtmpfs'
set bell-style none
@@ -37,6 +39,9 @@ short_find() {
}
alias f=short_find
# enable va-api in firefox
export MOZ_X11_EGL=1
#not sure why fedora doesnt set this or what it might break but here we go
export XDG_CONFIG_HOME=$HOME/.config
@@ -73,8 +78,8 @@ export NNN_FALLBACK_OPENER=xdg-open
# HISTORY
#add date/time to history
export HISTTIMEFORMAT="%F %T: "
export HISTSIZE=2000
export HISTFILESIZE=5000
export HISTSIZE=100000
export HISTFILESIZE=1000000
#if tty -s; then
if [ -t 1 ]; then