diff options
author | Alex Auvolat <alex@adnab.me> | 2020-10-21 20:49:06 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-10-21 20:49:06 +0200 |
commit | 4c0194a89bbc487102f3d82851b0b1a0c07fb696 (patch) | |
tree | dfc26426f41dcd6fc76f49f5ce1670ecd5718a5c /kusanagi/dot_bashrc | |
parent | 9975419b75686e37bce3c95f85965fe8ca8c0532 (diff) | |
download | user-config-4c0194a89bbc487102f3d82851b0b1a0c07fb696.tar.gz user-config-4c0194a89bbc487102f3d82851b0b1a0c07fb696.zip |
Update kusanagi config
Diffstat (limited to 'kusanagi/dot_bashrc')
-rw-r--r-- | kusanagi/dot_bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kusanagi/dot_bashrc b/kusanagi/dot_bashrc index c8c3d5d..fc2b6c4 100644 --- a/kusanagi/dot_bashrc +++ b/kusanagi/dot_bashrc @@ -5,6 +5,8 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +source $HOME/.profile + export MOZ_ENABLE_WAYLAND=1 export HISTSIZE=2000 @@ -70,6 +72,7 @@ alias sway='exec sway' # Rust source $HOME/.cargo/env +export RUSTFLAGS="-C link-arg=-fuse-ld=lld" khal calendar echo |