feat: zsh shell new structure

This commit is contained in:
hesam-init 2024-03-28 12:27:22 +03:30
parent 4bbb22fe0f
commit c9d8908adf
8 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
source ~/.zsh/aliases/dir.zsh
source ~/.zsh/aliases/git.zsh
source ~/.zsh/aliases/nmcli.zsh
source ~/.zsh/aliases/helpers/dir.zsh
source ~/.zsh/aliases/helpers/git.zsh
source ~/.zsh/aliases/helpers/nmcli.zsh
alias fclean="flatpak uninstall --unused --delete-data"
alias fdir="cd $HOME/.var/app && ls"

View file

@ -1,4 +1,4 @@
source ~/.zsh/functions/helpers.zsh
source ~/.zsh/functions/helpers/validate.zsh
convert_video_to_gif() {
local fps=60

View file

@ -1,8 +1,5 @@
# shell to zsh : chsh -s $(which zsh)
source ~/.zshlogin
source ~/.zshenv
ZSH_THEME="nebirhos"
# zsh-syntax-highlighting: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
# zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md