feat: zsh shell new structure
This commit is contained in:
parent
4bbb22fe0f
commit
c9d8908adf
8 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
source ~/.zsh/aliases/dir.zsh
|
source ~/.zsh/aliases/helpers/dir.zsh
|
||||||
source ~/.zsh/aliases/git.zsh
|
source ~/.zsh/aliases/helpers/git.zsh
|
||||||
source ~/.zsh/aliases/nmcli.zsh
|
source ~/.zsh/aliases/helpers/nmcli.zsh
|
||||||
|
|
||||||
alias fclean="flatpak uninstall --unused --delete-data"
|
alias fclean="flatpak uninstall --unused --delete-data"
|
||||||
alias fdir="cd $HOME/.var/app && ls"
|
alias fdir="cd $HOME/.var/app && ls"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
source ~/.zsh/functions/helpers.zsh
|
source ~/.zsh/functions/helpers/validate.zsh
|
||||||
|
|
||||||
convert_video_to_gif() {
|
convert_video_to_gif() {
|
||||||
local fps=60
|
local fps=60
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
# shell to zsh : chsh -s $(which zsh)
|
# shell to zsh : chsh -s $(which zsh)
|
||||||
|
|
||||||
source ~/.zshlogin
|
|
||||||
source ~/.zshenv
|
|
||||||
|
|
||||||
ZSH_THEME="nebirhos"
|
ZSH_THEME="nebirhos"
|
||||||
# zsh-syntax-highlighting: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
|
# 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
|
# zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue