mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-14 06:02:54 +03:00
update
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -27,6 +27,7 @@ alias vi='vim' # Also convinient
|
||||
alias ss='sshch'
|
||||
alias rtv='rtv --enable-media'
|
||||
|
||||
alias moc='mocp --theme=transparent-background'
|
||||
|
||||
alias dump="HASTE_SERVER=https://dump.aizenberg.co.uk haste"
|
||||
|
||||
@@ -57,6 +58,8 @@ alias blame='git log --graph --pretty=oneline --abbrev-commit'
|
||||
|
||||
alias du="ncdu -rr -x --exclude .git --exclude node_modules"
|
||||
|
||||
alias fixtouch="xinput map-to-output 9 eDP-1"
|
||||
|
||||
#Automatically do an ls after each cd
|
||||
cd() {
|
||||
if [ -n "$1" ]; then
|
||||
@@ -108,3 +111,5 @@ if [ -f $HOME/.bash_helpers ]; then
|
||||
fi
|
||||
|
||||
alias screen_record='bash screen_record.sh'
|
||||
export GOPATH=$HOME/go
|
||||
PATH=$GOPATH/bin:$PATH
|
||||
|
||||
@@ -3,20 +3,20 @@ general {
|
||||
interval = 5
|
||||
}
|
||||
|
||||
order += "wireless wlp3s0"
|
||||
order += "ethernet enp0s25"
|
||||
order += "wireless wlp58s0"
|
||||
order += "ethernet enp0s31f6"
|
||||
order += "path_exists VPN"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
order += "tztime berlin"
|
||||
order += "battery all"
|
||||
|
||||
wireless wlp3s0 {
|
||||
wireless wlp58s0 {
|
||||
format_up = "%essid"
|
||||
format_down = "wlan"
|
||||
}
|
||||
|
||||
ethernet enp0s25 {
|
||||
ethernet enp0s31f6 {
|
||||
# if you use %speed, i3status requires the cap_net_admin capability
|
||||
format_up = "eth: %ip (%speed)"
|
||||
format_down = "eth"
|
||||
|
||||
Reference in New Issue
Block a user