diff options
| author | seth <[email protected]> | 2022-07-31 08:22:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:41:05 -0400 |
| commit | bd06652d62ccae12d2eb2e60a0120b767ba062a7 (patch) | |
| tree | f39e408e869b9a7fac25e7aabe1e331f4afff281 /.config/shell | |
| parent | d2c277f683f9d1cbe5e8bb775f8e4489fa747e5b (diff) | |
yes
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 72a0601..e8d80d7 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -10,21 +10,11 @@ export XDG_CONFIG_DIRS="/etc/xdg" export EDITOR='nvim' export VISUAL='nvim' export GPG_TTY=$(tty) -export AUR_PAGER='fff' -export AUR_EXEC_PATH="$XDG_DATA_HOME/aurutils/lib:/usr/lib/aurutils" - -# flags -export CFLAGS="-march=native -mtune=native -O3 -pipe -fno-plt -fexceptions \ - -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ - -fstack-clash-protection -fcf-protection" -export CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" -export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" -export LTOFLAGS="-flto=12" -export RUSTFLAGS="-C target-cpu=native -C opt-level=3" -export MAKEFLAGS="-j12" # paths export CARGO_HOME="$XDG_DATA_HOME/cargo" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" export LESSHISTFILE="$XDG_STATE_HOME/less/history" export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" +export ZPLUG_HOME="$XDG_DATA_HOME/zplug" +#source "$CARGO_HOME/env" |
