-
Notifications
You must be signed in to change notification settings - Fork 1
/
.bash_aliases
executable file
·42 lines (31 loc) · 973 Bytes
/
.bash_aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
######################
### --ALIASES-- ######
######################
alias a='alias'
alias h='history'
alias jobs="jobs -l"
alias ll="ls -alF"
alias g='grep'
alias gc='grep --color'
alias grc='grep -r --color'
alias z='zgrep'
alias l='less'
# Ranger
# alias ranger='ranger --choosedir=$HOME/rangerdir; LASTDIR=`cat $HOME/rangerdir`; cd "$LASTDIR"'
# alias r='ranger --choosedir=$HOME/rangerdir; LASTDIR=`cat $HOME/rangerdir`; cd "$LASTDIR"'
alias r='ranger'
# Trash
alias rm="echo 'rm is disabled. Use trash instead'"
alias rmi="/bin/rm -I"
export PINTOOL=/home/amanusk/Software/pin-3.2-81205-gcc-linux
#export PIN=/home/amanusk/Software/pin-3.2-81205-gcc-linux/pin
#####
#VARS
#####
export DEBFULLNAME="Alex Manuskin"
export DEBEMAIL="[email protected]"
export GOOGLE_APPLICATION_CREDENTIALS="/home/amanusk/Documents/s-tui-172faa307aad.json"
PATH=~/.local/bin:$PATH
export PATH=$PATH:/usr/local/go/bin
export GOPATH="$HOME/go"
export GOROOT=/usr/local/go