-
Notifications
You must be signed in to change notification settings - Fork 23
zshell
Tomas Baca edited this page Jun 18, 2018
·
5 revisions
Zshell is installed by athame.
export ZSH=/home/klaxalk/.oh-my-zsh
plugins=(git tmuxinator)
source /opt/ros/kinetic/setup.zsh
source ~/workspace/devel/setup.zsh
# where should ctags look for sources to parse?
# -R dir1 -R dir2 ...
export CTAGS_SOURCE_DIR="-R ~/mrs_workspace -R ~/workspace"
# where should ctags look for sources to parse?
# CTAGS FROM THOSE FILE WILL BE CREATED ONLY ONCE
# -R dir1 -R dir2 ...
export CTAGS_ONCE_SOURCE_DIR="-R /opt/ros/kinetic/include"
# path to the git root
export GIT_PATH=~/git
# path to the ros workspace
export ROS_WORKSPACE="~/mrs_workspace ~/workspace"
# want to run tmux automatically with new terminal?
export RUN_TMUX=true
# do you use i3?
export USE_I3=true
# want to use athame?
export USE_ATHAME=true
export PROFILES_ADDITIONS=""
export PROFILES_DELETIONS=""
export PROFILES_BOTH="TOMAS DELL COLORSCHEME_DARK"
# sourcing tomas's tmux preparation
source ~/git/linux-setup/appconfig/zsh/dotzshrc