diff --git a/aliases.sh b/aliases.sh index df463d3..3e7cd64 100644 --- a/aliases.sh +++ b/aliases.sh @@ -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']'" diff --git a/profile b/profile index bc5e389..be4f06f 100644 --- a/profile +++ b/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