Format fish config files according to fish_indent.

This commit is contained in:
Érico Rolim 2020-04-09 11:23:57 -03:00
parent 791acb5ec0
commit e612bc5d79
3 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ alias maketmp='make BUILD_DIR=/tmp/(basename (pwd))'
alias cargotmp='env CARGO_TARGET_DIR=/tmp/cargo/(basename (pwd)) cargo'
function statusgit --argument show \
--description "Show git status for all directories in the current directory. Requires omf."
--description "Show git status for all directories in the current directory. Requires omf."
if test -z $show
set show_status false
else

View File

@ -34,7 +34,7 @@ alias rgmod='lsmod | rg -i'
alias rgps='ps aux | rg -i'
function randpw -a digits \
--description "Generates a random password with the specified number of digits, and copies it into the Wayland buffer."
--description "Generates a random password with the specified number of digits, and copies it into the Wayland buffer."
openssl rand -base64 $digits | wl-copy
end