updated bashrc and i3conf

This commit is contained in:
2023-10-04 13:16:32 +05:00
parent e7c2673576
commit e77e963a98
2 changed files with 16 additions and 2 deletions

13
bashrc
View File

@ -6,6 +6,9 @@ HISTFILESIZE=999999
HISTCONTROL=ignoreboth:erasedups
export GPG_TTY=$(tty) #Set GPG_TTY veriable, needed for signing git commits other gpg stuff
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
#export SSH_CA_FILES=/home/shihaam/git/alliedmaldives/ops/ssh-ca
export SSH_CA_FILES=$HOME/.ssh
@ -25,10 +28,10 @@ cdl(){ cd $(cat ~/.cache/whereami);};cdl
####### ALIASES ##########
# add features
alias nano='nano -l'
alias hdd='cd /mnt/hdd'
alias drag=ripdrag
#########################
#Adding output colors
@ -36,6 +39,14 @@ alias ls='ls --color=always'
alias grep='grep --color=auto'
alias less='less -R'
# fix typos
alias ckear=clear
alias sl=ls
alias ks=ls
alias dc=cd
#########################
##################### Some cool funcations hehe ###############################
# do math in shell