Added open alias to zsh config
This commit is contained in:
parent
592eb51302
commit
a92f187706
@ -30,6 +30,7 @@
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
ls = "eza";
|
||||
open = "xdg-open";
|
||||
histogram = "awkuniq -c | sort -nr";
|
||||
json-less = "jq -C . | less -R";
|
||||
csv2json = "python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user