1
0
Fork 0

fix default behaviour

This commit is contained in:
Maurice Audin 2019-03-26 16:51:50 +01:00
parent a7177ea6dd
commit fba0a6cd42
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ cless() {for a in $@; do ccat $a | less; done}
dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash}
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
e() {emacsclient -n $@ > /dev/null 2>&1}
fd() {fdfind $@}
fd() {fdfind -H -I -L $@}
j() {if [ $# -eq 0 ]; then marks; else jump $@; fi}
loop() {while [ 1 ]; do sh -c "$@"; done}
open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}

1
zshrc
View file

@ -21,7 +21,6 @@ if ! zgen saved; then
zgen oh-my-zsh plugins/colored-man-pages
zgen oh-my-zsh plugins/colorize
zgen oh-my-zsh plugins/extract
zgen oh-my-zsh plugins/fd
zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/jump
zgen oh-my-zsh plugins/keychain