jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/325972 )

Change subject: profile: make less output nicer
......................................................................


profile: make less output nicer

I *hate* the default behavior of less to clear the screen on exit.
I almost always want to search around to find something interesting in
the file and then exit out to do something with that data. I don't want
to have to remember to cut-n-paste things before closing it.

Change-Id: I59f65c0b6cb82acd6d4947ab773aadb04cd14d33
---
M .profile
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.profile b/.profile
index 85bdb84..fa7cd33 100644
--- a/.profile
+++ b/.profile
@@ -4,4 +4,7 @@
 alias ls='command ls -bCF --color=auto'
 alias ll='ls -l'
 
+LESS=-FiQRwX
+export LESS
+
 source <(kubectl completion bash)

-- 
To view, visit https://gerrit.wikimedia.org/r/325972
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I59f65c0b6cb82acd6d4947ab773aadb04cd14d33
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/stashbot
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to