Move more alias to bashrc

Rob Muhlestein 2 years ago
parent 8b2b83b240
commit 9e4b0cf851
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -249,6 +249,8 @@ alias coin="clip '(yes|no)'"
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

@ -1,2 +0,0 @@
#!/bin/sh
exec less -R "$@"
Loading…
Cancel
Save