aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile b/profile
index cbee52d..445f471 100644
--- a/profile
+++ b/profile
@@ -1,3 +1,7 @@
+# First global user configuration
+export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin
+export EDITOR=vim
+
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return