Remove unneeded export
This commit is contained in:
parent
c8f020b149
commit
d4876e4dd9
1 changed files with 0 additions and 1 deletions
1
.bashrc
1
.bashrc
|
@ -47,7 +47,6 @@ function boop() {
|
||||||
export PAGER=bat
|
export PAGER=bat
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL="emacsclient -c -a 'emacs'"
|
export VISUAL="emacsclient -c -a 'emacs'"
|
||||||
export MAKEFLAGS="-j32"
|
|
||||||
export -f ex
|
export -f ex
|
||||||
export -f boop
|
export -f boop
|
||||||
export PATH=$PATH:/home/emma/.emacs.d/bin/
|
export PATH=$PATH:/home/emma/.emacs.d/bin/
|
||||||
|
|
Loading…
Reference in a new issue