summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-08-05 12:41:18 -0400
committerAmin Bandali <bandali@gnu.org>2019-08-05 12:41:18 -0400
commit9f5422bf37b5968ac9ab23920c02b9824ff3987d (patch)
tree33825dad3638362c6e39451c769313c6d2ea128d
parenta38abd4c8fb7572237b2681bb1d0d6b0e5b262b0 (diff)
downloadconfigs-9f5422bf37b5968ac9ab23920c02b9824ff3987d.tar.gz
configs-9f5422bf37b5968ac9ab23920c02b9824ff3987d.tar.xz
configs-9f5422bf37b5968ac9ab23920c02b9824ff3987d.zip
bash: remove unnecessary (on guix system) env manipulations
-rw-r--r--.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/.profile b/.profile
index bed8ade..bf2741c 100644
--- a/.profile
+++ b/.profile
@@ -7,7 +7,6 @@ export VISUAL="emcl"
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
-PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH"
export PATH
export XDG_CONFIG_HOME="$HOME/.config"
@@ -21,9 +20,6 @@ export CVS_RSH="ssh"
export GOPATH="$HOME/src/go"
-export GIT_EXEC_PATH="$HOME/.guix-profile/libexec/git-core"
-export PASSWORD_STORE_SYSTEM_EXTENSION_DIR="$HOME/.guix-profile/lib/password-store/extensions${PASSWORD_STORE_SYSTEM_EXTENSION_DIR:+:}$PASSWORD_STORE_SYSTEM_EXTENSION_DIR"
-
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
@@ -32,12 +28,6 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
-# if guix is installed
-if [ -x "$(command -v guix)" ]; then
- GUIX_PROFILE="$HOME/.guix-profile"
- . "$GUIX_PROFILE/etc/profile"
-fi
-
setxkbmap \
-layout us,ir \
-option ctrl:nocaps \