Add m to the front

This commit is contained in:
Rob Muhlestein 2022-11-12 12:40:37 -05:00
parent 9e4b0cf851
commit 078fd39911
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81
2 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,6 @@ alias grep="pcregrep"
alias iam=live
alias neo="neo -D -c gold"
alias more="less -R"
alias m="less -R"
_have vim && alias vi=vim

2
scripts/m Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
more < <("$@")