projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2aab51
)
updated editor
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 29 Dec 2025 04:40:45 +0000
(
05:40
+0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 29 Dec 2025 04:40:45 +0000
(
05:40
+0100)
.kshrc
patch
|
blob
|
history
diff --git
a/.kshrc
b/.kshrc
index ea4de4882d722282a524a5e1b46036bfbc714a0d..d818371b28ea3b813273d998de76cb551ad89d10 100644
(file)
--- a/
.kshrc
+++ b/
.kshrc
@@
-5,7
+5,7
@@
HISTFILE=~/.kshhistory
PS1='[${USER}:${PWD}] '
# editor
-export EDITOR="/usr/bin/
vi
"
+export EDITOR="/usr/bin/
nvim
"
# some shortcuts
alias cp="cp -i" # confirm before overwriting something