add --hyperlink
to eza alias arguments
This commit is contained in:
parent
71072554e7
commit
10801225b9
1 changed files with 6 additions and 6 deletions
|
@ -106,12 +106,12 @@ alias_dictionary = {
|
||||||
"cat": "bat",
|
"cat": "bat",
|
||||||
"git": "hub",
|
"git": "hub",
|
||||||
|
|
||||||
"l": "eza -lhg --time-style=long-iso --icons=auto",
|
"l": "eza -lhg --time-style=long-iso --icons=auto --hyperlink",
|
||||||
"la": "eza -lAh --time-style=long-iso --icons=auto",
|
"la": "eza -lAh --time-style=long-iso --icons=auto --hyperlink",
|
||||||
"ll": "eza -lhg --time-style=long-iso --icons=auto",
|
"ll": "eza -lhg --time-style=long-iso --icons=auto --hyperlink",
|
||||||
"ls": "eza --time-style=long-iso --icons=auto",
|
"ls": "eza --time-style=long-iso --icons=auto --hyperlink",
|
||||||
"lsa": "eza -lah --time-style=long-iso --icons=auto",
|
"lsa": "eza -lah --time-style=long-iso --icons=auto --hyperlink",
|
||||||
"tree": "eza --tree --git-ignore --time-style=long-iso --icons=auto",
|
"tree": "eza --tree --git-ignore --time-style=long-iso --icons=auto --hyperlink",
|
||||||
|
|
||||||
"create-devenv": "nix flake init --template github:cachix/devenv and direnv allow",
|
"create-devenv": "nix flake init --template github:cachix/devenv and direnv allow",
|
||||||
"dev": "nix develop --no-pure-eval",
|
"dev": "nix develop --no-pure-eval",
|
||||||
|
|
Loading…
Reference in a new issue