diff options
Diffstat (limited to 'dist/etc')
-rw-r--r-- | dist/etc/dwvshrc | 6 | ||||
-rw-r--r-- | dist/etc/linuxrc | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dist/etc/dwvshrc b/dist/etc/dwvshrc index 0db4ceb..7f7314e 100644 --- a/dist/etc/dwvshrc +++ b/dist/etc/dwvshrc @@ -1,11 +1,5 @@ #!/usr/bin/env dwvsh -# Alias the grep command -alias grep='grep --color=always' - -# Alias the which command -alias which='alias | /usr/bin/which --tty-only --read-alias --show-tilde --show-dot' - # Default path export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin diff --git a/dist/etc/linuxrc b/dist/etc/linuxrc new file mode 100644 index 0000000..4a90d3a --- /dev/null +++ b/dist/etc/linuxrc @@ -0,0 +1,7 @@ +#!/usr/bin/env dwvsh + +# Alias the grep command +alias grep='grep --color=always' + +# Alias the which command +alias which='alias | /usr/bin/which --tty-only --read-alias --show-tilde --show-dot' |