update aliases
This commit is contained in:
parent
207d2e07a7
commit
2b4fc7270c
|
@ -3,6 +3,7 @@
|
|||
alias sudo='sudo '
|
||||
|
||||
alias e='nvim'
|
||||
alias pcm='pcmanfm . &'
|
||||
|
||||
alias lsoff='sudo lsof +f -- '
|
||||
|
||||
|
@ -24,8 +25,6 @@ alias bc='bc -q -l'
|
|||
|
||||
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 mpv720="mpv --ytdl-raw-options=format='best[height<='720']'"
|
||||
alias mpv1080="mpv --ytdl-raw-options=format='best[height<='1080']'"
|
||||
|
|
3
profile
3
profile
|
@ -12,9 +12,6 @@ export PATH="$PATH:$HOME/.local/bin:$ruby_path"
|
|||
# https://developers.google.com/web/tools/puppeteer/troubleshooting
|
||||
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 HISTSIZE=10000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
|
|
Loading…
Reference in New Issue