mirror of
https://codeberg.org/Mo8it/server_dotfiles.git
synced 2024-12-04 23:50:31 +00:00
Replace function with alias
This commit is contained in:
parent
3934383666
commit
b6bd272e84
1 changed files with 3 additions and 6 deletions
|
@ -23,7 +23,7 @@ if status is-interactive
|
|||
|
||||
# Abbreviations
|
||||
## Replacements
|
||||
abbr -ag rm trash
|
||||
abbr -ag rm "trash"
|
||||
|
||||
## Safety options
|
||||
abbr -ag cp "cp -i"
|
||||
|
@ -33,9 +33,6 @@ if status is-interactive
|
|||
## Shortcuts
|
||||
abbr -ag pps "podman ps --format '{{.Names}}'"
|
||||
|
||||
# Functions
|
||||
## Replacements
|
||||
function cat -w bat
|
||||
bat $argv
|
||||
end
|
||||
# Aliases
|
||||
alias cat "bat"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue