updated bashrc and i3conf
This commit is contained in:
parent
e7c2673576
commit
e77e963a98
13
bashrc
13
bashrc
@ -6,6 +6,9 @@ HISTFILESIZE=999999
|
|||||||
HISTCONTROL=ignoreboth:erasedups
|
HISTCONTROL=ignoreboth:erasedups
|
||||||
|
|
||||||
export GPG_TTY=$(tty) #Set GPG_TTY veriable, needed for signing git commits other gpg stuff
|
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/shihaam/git/alliedmaldives/ops/ssh-ca
|
||||||
export SSH_CA_FILES=$HOME/.ssh
|
export SSH_CA_FILES=$HOME/.ssh
|
||||||
@ -25,10 +28,10 @@ cdl(){ cd $(cat ~/.cache/whereami);};cdl
|
|||||||
|
|
||||||
|
|
||||||
####### ALIASES ##########
|
####### ALIASES ##########
|
||||||
|
# add features
|
||||||
alias nano='nano -l'
|
alias nano='nano -l'
|
||||||
alias hdd='cd /mnt/hdd'
|
alias hdd='cd /mnt/hdd'
|
||||||
alias drag=ripdrag
|
alias drag=ripdrag
|
||||||
#########################
|
|
||||||
|
|
||||||
|
|
||||||
#Adding output colors
|
#Adding output colors
|
||||||
@ -36,6 +39,14 @@ alias ls='ls --color=always'
|
|||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias less='less -R'
|
alias less='less -R'
|
||||||
|
|
||||||
|
# fix typos
|
||||||
|
alias ckear=clear
|
||||||
|
alias sl=ls
|
||||||
|
alias ks=ls
|
||||||
|
alias dc=cd
|
||||||
|
#########################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##################### Some cool funcations hehe ###############################
|
##################### Some cool funcations hehe ###############################
|
||||||
# do math in shell
|
# do math in shell
|
||||||
|
@ -195,7 +195,7 @@ bar {
|
|||||||
for_window [class="^.*"] border pixel 0
|
for_window [class="^.*"] border pixel 0
|
||||||
|
|
||||||
#restore displays
|
#restore displays
|
||||||
exec --no-startup-id /home/shihaam/.scripts/home.sh
|
#exec --no-startup-id /home/shihaam/.scripts/home.sh
|
||||||
#exec --no-startup-id autorandr --change home
|
#exec --no-startup-id autorandr --change home
|
||||||
#exec --no-startup-id i3-resurrect --restore
|
#exec --no-startup-id i3-resurrect --restore
|
||||||
|
|
||||||
@ -237,3 +237,6 @@ exec --no-startup-id /usr/lib/kdeconnectd
|
|||||||
exec --no-startup-id feh --no-fehbg --bg-scale /usr/share/backgrounds/archlinux/split.png
|
exec --no-startup-id feh --no-fehbg --bg-scale /usr/share/backgrounds/archlinux/split.png
|
||||||
|
|
||||||
#exec_always polybar
|
#exec_always polybar
|
||||||
|
|
||||||
|
|
||||||
|
bindsym $mod+period exec rofi -modi emoji -show emoji
|
||||||
|
Loading…
x
Reference in New Issue
Block a user