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