From f94b2c5546dda28d558a12b5b1ba6ac3faa447c2 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Fri, 9 Aug 2024 18:57:07 -0600 Subject: Split OS-specific run commands into a different file Do not run certain commands, except on specific operating systems, when calling the global run command file. This allows users to avoid having unaliases and unsets in their user-defined rc file (~/.dwvshrc). Signed-off-by: Rory Dudley --- dist/etc/dwvshrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dist/etc/dwvshrc') 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 -- cgit v1.2.3