aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-01 19:38:29 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-01 19:38:29 +0000
commit15f14a275e7b0a13e71cff9323a129926682481f (patch)
tree0fbbd6ca062e986dde5355d82503e1f6522b8aa3
parent6fe6bd334f8c006e6fc8fdf0c8a9a4181000be13 (diff)
Removed extra blank line
-rw-r--r--.kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.kshrc b/.kshrc
index 29a8cbc..b8102f8 100644
--- a/.kshrc
+++ b/.kshrc
@@ -15,7 +15,7 @@ set -o ignoreeof
# Export all
set -o allexport
-
+
# Setup history
HISTFILE=$HOME/.ksh_history
HISTSIZE=10000