Petit modif

This commit is contained in:
Super_JK
2022-08-04 13:09:45 +02:00
parent 26b7f29baa
commit 4614b23d4c
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,9 @@
- clean: ['~']
- link:
~/.config/lvim/config.lua: lvim/config.lua
~/.config/lvim/config.lua:
path: lvim/config.lua
create: true
~/.zshrc:
~/.oh-my-zsh:
path: oh-my-zsh

2
zshrc
View File

@@ -101,6 +101,8 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias open='xdg-open'
# omz
alias zshconfig="geany ~/.zshrc"
alias ohmyzsh="thunar ~/.oh-my-zsh"