fix default behaviour
This commit is contained in:
parent
a7177ea6dd
commit
fba0a6cd42
2 changed files with 1 additions and 2 deletions
|
|
@ -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
1
zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue