idk
This commit is contained in:
11
bashrc
11
bashrc
@ -1,13 +1,15 @@
|
||||
PATH=$HOME/.scripts:/opt:/home/shihaam/.local/bin:$HOME/.shortcuts/wineprograms:$PATH
|
||||
|
||||
# vars
|
||||
PATH=$HOME/.scripts:/opt:/home/shihaam/.local/bin:$HOME/.shortcuts/wineprograms:$HOME/Applications:$PATH
|
||||
HISTSIZE=999999
|
||||
HISTFILESIZE=999999
|
||||
|
||||
export GPG_TTY=$(tty) #Set GPG_TTY veriable, needed for signing git commits other gpg stuff
|
||||
|
||||
#export SSH_CA_FILES=/home/shihaam/git/alliedmaldives/ops/ssh-ca
|
||||
export SSH_CA_FILES=/home/shihaam/.ssh
|
||||
export SSH_CA_FILES=$HOME/.ssh
|
||||
export SSH_CA_REVOCATION_LIST=$HOME/git/alliedmaldives/ops/ssh-ca/revoked_keys
|
||||
export SSL_FILES=/home/shihaam/ssl/allied
|
||||
export SSL_FILES=$HOME/git/alliedmaldives/ops/ssl-certs
|
||||
|
||||
#load ble.sh
|
||||
source ~/.local/share/blesh/ble.sh
|
||||
@ -22,8 +24,9 @@ cdl(){ cd $(cat ~/.cache/whereami);};cdl
|
||||
|
||||
|
||||
####### ALIASES ##########
|
||||
alias nano='nano -i'
|
||||
alias nano='nano -l'
|
||||
alias hdd='cd /mnt/hdd'
|
||||
alias drag=ripdrag
|
||||
#########################
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user