blob: d45bc993c52b352ce3c64186f563d6214c07af2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Setting PATH
export PATH=~/.cargo/bin:$PATH
export PATH=~/bin/:$PATH
export PATH="$HOME/gems/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export PATH="/usr/local/go/bin:$PATH"
# Setting CDPATH
#export CDPATH=$HOME/Documents/Notes/
[[ -f ~/.bashrc ]] && . ~/.bashrc
xset r rate 300 30
xmodmap ~/.Xmodmap
# perlbrew
source ~/perl5/perlbrew/etc/bashrc
. "$HOME/.cargo/env"
|