dotfiles/files/bash/.profile

14 lines
705 B
Plaintext
Raw Normal View History

2015-06-14 19:39:58 +00:00
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
2019-09-05 12:21:07 +00:00
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/bin:/sbin:$HOME/projects/scripts/:$HOME/.node_modules/bin:$HOME/.gem/ruby/2.5.0/bin:$HOME/bin:/bin"
2018-04-09 09:45:12 +00:00
export npm_config_prefix=~/.node_modules
2019-09-05 12:21:07 +00:00
export GOPATH="/home/nemo/projects/go"