update aliases

This commit is contained in:
Ray Elliott 2021-10-14 17:41:38 +01:00
parent 207d2e07a7
commit 2b4fc7270c
2 changed files with 1 additions and 5 deletions

View File

@ -3,6 +3,7 @@
alias sudo='sudo ' alias sudo='sudo '
alias e='nvim' alias e='nvim'
alias pcm='pcmanfm . &'
alias lsoff='sudo lsof +f -- ' alias lsoff='sudo lsof +f -- '
@ -24,8 +25,6 @@ alias bc='bc -q -l'
alias thumbs='feh -t -y128 -E128' alias thumbs='feh -t -y128 -E128'
alias git-port='/home/ray/Scripts/git-change-remote-port.sh'
alias mpv480="mpv --ytdl-raw-options=format='best[height<='480']'" alias mpv480="mpv --ytdl-raw-options=format='best[height<='480']'"
alias mpv720="mpv --ytdl-raw-options=format='best[height<='720']'" alias mpv720="mpv --ytdl-raw-options=format='best[height<='720']'"
alias mpv1080="mpv --ytdl-raw-options=format='best[height<='1080']'" alias mpv1080="mpv --ytdl-raw-options=format='best[height<='1080']'"

View File

@ -12,9 +12,6 @@ export PATH="$PATH:$HOME/.local/bin:$ruby_path"
# https://developers.google.com/web/tools/puppeteer/troubleshooting # https://developers.google.com/web/tools/puppeteer/troubleshooting
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
# fzf + ag config
export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'
export HISTFILE=~/.histfile export HISTFILE=~/.histfile
export HISTSIZE=10000 export HISTSIZE=10000
export SAVEHIST=$HISTSIZE export SAVEHIST=$HISTSIZE