mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 21:41:47 +01:00
10 lines
266 B
Fish
10 lines
266 B
Fish
# use clang compiler
|
|
export CC=clang
|
|
export CXX=clang++
|
|
|
|
# neovim editor
|
|
export EDITOR=nvim
|
|
|
|
# paths
|
|
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin:/var/lib/snapd/snap/bin:$HOME/go/bin"
|
|
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
|