This commit is contained in:
2023-08-07 11:05:54 +05:00
parent cf08990f6d
commit be1692c02a
3 changed files with 31 additions and 13 deletions

11
bashrc
View File

@ -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
#########################