diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:41 +0000 |
commit | cd22d4d2fd2cdde86ab1a80d22291b11376efd96 (patch) | |
tree | 5622cedfbfb3bcdad04fcafb1e27119808d0b4af /debian/local/bash/profile.d | |
parent | Adding iproute2 aliases. (diff) | |
download | base-files-cd22d4d2fd2cdde86ab1a80d22291b11376efd96.tar.xz base-files-cd22d4d2fd2cdde86ab1a80d22291b11376efd96.zip |
Adding less aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/bash/profile.d')
-rw-r--r-- | debian/local/bash/profile.d/zz-less.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/bash/profile.d/zz-less.sh b/debian/local/bash/profile.d/zz-less.sh new file mode 100644 index 0000000..25831d8 --- /dev/null +++ b/debian/local/bash/profile.d/zz-less.sh @@ -0,0 +1,3 @@ +# /etc/profile.d/zz-less.sh + +alias less="less -R" |