Skip to content

Commit

Permalink
.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverEvans96 committed Jul 15, 2019
1 parent 298716f commit 245d7f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 10 additions & 1 deletion misc/.profile
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
eval "$(dircolors $HOME/.config/dircolors.ansi-dark)"
export EDITOR=vim

# Pinyin input
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

export PATH="$HOME/local/bin:$PATH:$HOME/.rvm/bin"
1 change: 1 addition & 0 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# Only run if dbus-launch exists
# https://stackoverflow.com/questions/592620/how-to-check-if-a-program-exists-from-a-bash-script
command -v dbus-launch>/dev/null 2>&1 && eval `dbus-launch --sh-syntax`
. .profile
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export LANG=en_US.UTF-8

source "$HOME/.alias"

source ~/.profile

# Set ls colors
eval "$(dircolors $HOME/.dircolors.ansi-dark)"

Expand Down

0 comments on commit 245d7f9

Please sign in to comment.