Commit be11fdd9 authored by Kirill Smelkov's avatar Kirill Smelkov

xslapos & environment

parent 43db31ea
#!/bin/sh
# run slapos command inside slaprunner with appropriate config
SLAPOS_CONFIGURATION=$HOME/etc/slapos.cfg \
SLAPOS_CLIENT_CONFIGURATION=$SLAPOS_CONFIGURATION \
exec slapos "$@"
alias ls='ls --color=tty'
alias ll='ls -l'
export EDITOR=vim
export LANG=C.UTF-8
# always build using all cpus
export MAKEFLAGS=-j`nproc`
export BUNDLE_JOBS=`nproc`
export NPY_NUM_BUILD_JOBS=`nproc`
# PATH for my commands
export PATH=$HOME/kirr-handy/bin:$PATH
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment