-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bashrc
52 lines (36 loc) · 978 Bytes
/
.bashrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export PATH="$PATH:/home/hamid/scripts/"
## setxkbmap -layout us,iq setxkbmap -option 'grp:alt_shift_toggle'
alias ls='ls --color=auto'
PS1='\W> '
## general
alias ll='ls -lh'
alias c='clear'
alias R='doas reboot'
alias S='doas poweroff'
alias z='zathura'
alias f='lfrun'
alias lf='lfrun'
alias x='startx'
alias v='amixer sset Master'
alias redon='redshift -O 2400'
alias redoff='redshift -x'
alias vi='nvim'
alias sound='pavucontrol'
alias cal="cal; date +%r"
alias t="tty-clock -tbc"
## Git
alias push='git push -u origin main'
## bluetooth
alias bd='bluetoothctl disconnect 26:62:1B:76:74:A0'
alias bc='bluetoothctl connect 26:62:1B:76:74:A0'
## xbps
alias i='doas xbps-install -S'
alias u='i;doas xbps-install -u xbps; doas xbps-install -u'
alias q='doas xbps-query -Rs'
alias r='doas xbps-remove -R'
##Backgound
# feh --bg-fill bg.png
alias ff='feh --bg-fill'