updated bashrc and i3conf
This commit is contained in:
13
bashrc
13
bashrc
@ -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
|
||||
|
Reference in New Issue
Block a user