Don't redefine standard unix tools
This commit is contained in:
parent
630a31ff35
commit
b472f6b758
@ -17,5 +17,16 @@
|
||||
# You can remove these comments if you want or leave
|
||||
# them for future reference.
|
||||
|
||||
alias corels = ls
|
||||
|
||||
def --wrapped ls [...rest] {
|
||||
if '-a' in $rest or '--all' in $rest or not (".hidden" | path exists) {
|
||||
(corels ...$rest)
|
||||
} else {
|
||||
(corels ...$rest) | where name not-in (cat .hidden)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
mkdir ($nu.data-dir | path join "vendor/autoload")
|
||||
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
|
||||
|
@ -20,7 +20,7 @@ alias cd="z"
|
||||
alias cat="bat -p"
|
||||
alias find="fd"
|
||||
alias bc="numbat"
|
||||
alias sed="sd"
|
||||
#alias sed="sd"
|
||||
alias du="dust"
|
||||
alias tldr="tldr"
|
||||
alias xxd="hexyl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user