You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash
|
|
|
|
export EDITOR=vim
|
|
export BROWSER=firefox
|
|
|
|
export HISTCONTROL=ignoredups:erasedups:ignorespace
|
|
export HISTFILESIZE=
|
|
export HISTSIZE=
|
|
export HISTTIMEFORMAT='%y-%m-%d %T λ '
|
|
|
|
export RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME}/ripgrep/config"
|