parent
73f04eeceb
commit
fd5a0b3ebe
|
@ -3,6 +3,7 @@ export EDITOR=nvim
|
|||
ZSH_THEME="headline"
|
||||
plugins=(git zsh-syntax-highlighting)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Functions
|
||||
function reset-cursor()
|
||||
{
|
||||
|
@ -20,6 +21,3 @@ alias stdn="doas shutdown -ah 0"
|
|||
alias rbot="doas reboot"
|
||||
alias vi=nvim
|
||||
alias dv=doas nvim
|
||||
|
||||
# Autoexec
|
||||
clear; mycfetch
|
||||
|
|
Loading…
Reference in New Issue