summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-20 11:06:14 +0200
committerDrNuget <drnuget@outlook.com>2025-01-20 11:06:14 +0200
commit3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 (patch)
tree96cac50042096ebdca4cfc90d79bd4f4519ca438 /.bashrc
parenteec5ff0fe22b25dcb0d78014eb73f8bceb318e17 (diff)
move manpager def to .profile
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 4d3ce8e..d35d0eb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,5 +22,3 @@ PS1="[\u@\h \W]\$ "
#Multicolor PS1:
#PS1="\[\033[31m\][\[\033[33m\]\u\[\033[32m\]@\[\033[34m\]\h \[\033[36m\]\W\[\033[31m\]]\[\033[0m\]$ "
-
-export MANPAGER="nvim +Man!"