My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 075a77483141e274f7079b292604a38095e62f60
Parent: 741d028590d86cacadaf98ae90299b122df02928
Author: mcol <mcol@posteo.net>
Date: 2019-05-28 11:28:00 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2019-05-28 11:28:00 +0100

add more git ranger aliases, and netstat aliases

rc.conf Modified

@@ -657,7 +657,12 @@
 
 
 # git
+map bs shell git status | less -r
+map bm console shell git commit -m '
 map bd shell git diff --color=always %s | less -r
 map bD shell git diff --color=always | less -r
 map ba shell git add %s
+map bA shell git add -f %s
 map bc console shell git checkout%space
+map bp shell git push | less -r
+map bl shell git pull | less -r

aliases Modified

@@ -50,7 +50,8 @@
 alias pinga='ping archlinux.org'
 alias ip="ip -c"
 alias dns="cat /etc/resolv.conf"
-alias wnet="sudo netstat -nputwc"
+alias wnet="sudo netstat -nputw"
+alias wnetl="sudo netstat -nputlw"
 
 # launchers
 alias ra="ranger"