Commit 56597a235f5d99cada167013c7804e3be3d13d20 Parent: f57d117e7af74bb6541ac17505c7bace8e5b2bc3 Author: mcol <mcol@posteo.net> Date: 2019-10-16 20:42:59 +0100 Committer: mcol <mcol@posteo.net> Committed: 2019-10-16 20:42:59 +0100 update
z Modified
@@ -1 +1 @@ -Subproject commit 9d5a3fe0407101e2443499e4b95bca33f7a9a9ca +Subproject commit e77e9384937bd43eb6ca8f1ba036924f4006df07
rc.conf Modified
@@ -614,7 +614,7 @@ map r3 shell mogrify -rotate 270 %s # drag files -map <C-d> shell dragon -a -x %p +map <C-d> shell dragon-drag-and-drop -a -x %p # filter while finding map f console scout -ftsea%space @@ -667,3 +667,4 @@ map bp shell git push | less -r map bl shell git pull | less -r map bt shell tig +map bg shell gita add $(git rev-parse --show-toplevel) | less
aliases Modified
@@ -6,7 +6,7 @@ # misc alias ..='cd ../' alias ...='cd ../../' -alias l='ls -lhF' +alias l='ls -lhFv' alias lc='ls -c1' alias tmp='cd /tmp; l' alias _='sudo'