Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

7 years ago
7 years ago
  1. # ~/.profile: executed by the command interpreter for login shells.
  2. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
  3. # exists.
  4. # see /usr/share/doc/bash/examples/startup-files for examples.
  5. # the files are located in the bash-doc package.
  6. # the default umask is set in /etc/profile; for setting the umask
  7. # for ssh logins, install and configure the libpam-umask package.
  8. #umask 022
  9. # if running bash
  10. if [ -n "$BASH_VERSION" ]; then
  11. # include .bashrc if it exists
  12. if [ -f "$HOME/.bashrc" ]; then
  13. . "$HOME/.bashrc"
  14. fi
  15. fi
  16. # set PATH so it includes user's private bin directories
  17. PATH="$HOME/bin:$HOME/.local/bin:$PATH"
  18. if [ ! -d "/h/u3/c7/" ]; then
  19. export JAVA_HOME=/home/kevin/usr/java/jdk1.8.0_151/bin
  20. export PATH=$JAVA_HOME/bin:$PATH
  21. export QSYS_ROOTDIR="/home/kevin/usr/altera_lite/16.0/quartus/sopc_builder/bin"
  22. export PATH=$PATH:/home/kevin/usr/altera_lite/16.0/quartus/bin/
  23. export PATH=$PATH:/home/kevin/usr/altera_lite/16.0/modelsim_ase/linuxaloem
  24. fi
  25. xmodmap -e "clear Lock"