Cleanup
This commit is contained in:
parent
2746b48826
commit
e81162cee7
@ -18,7 +18,3 @@ alias l="ls --ignore-glob '$([ -f .hidden ] && cat .hidden | tr '\n' '|')'"
|
|||||||
# Helpful tool: https://bash-prompt-generator.org
|
# Helpful tool: https://bash-prompt-generator.org
|
||||||
# On github: https://github.com/Scriptim/bash-prompt-generator
|
# On github: https://github.com/Scriptim/bash-prompt-generator
|
||||||
PS1='[\u@\h \w]\$ '
|
PS1='[\u@\h \w]\$ '
|
||||||
|
|
||||||
# CLI programs
|
|
||||||
EDITOR=micro
|
|
||||||
DIFFPROG=difft
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
DIFFPROG=kdiff3
|
|
@ -1 +0,0 @@
|
|||||||
EDITOR=code
|
|
@ -1 +0,0 @@
|
|||||||
GIT_ASKPASS=ksshaskpass
|
|
@ -1,2 +0,0 @@
|
|||||||
SSH_ASKPASS=ksshaskpass
|
|
||||||
SSH_ASKPASS_REQUIRE=prefer
|
|
@ -1,3 +1,2 @@
|
|||||||
go
|
|
||||||
rogue.save
|
rogue.save
|
||||||
rogue.scr
|
rogue.scr
|
||||||
|
@ -29,7 +29,3 @@ alias l="ls --ignore-glob '$([ -f .hidden ] && cat .hidden | tr '\n' '|')'"
|
|||||||
# On github: https://github.com/k-yokoishi/zsh-prompt-generator
|
# On github: https://github.com/k-yokoishi/zsh-prompt-generator
|
||||||
PROMPT="[%n@%m %~]$ "
|
PROMPT="[%n@%m %~]$ "
|
||||||
RPROMPT="%?:%h | %*"
|
RPROMPT="%?:%h | %*"
|
||||||
|
|
||||||
# CLI programs
|
|
||||||
EDITOR=micro
|
|
||||||
DIFFPROG=difft
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user