Skip to content

Commit

Permalink
Merge pull request #85 from StrangeRanger/dependabot/submodules/submo…
Browse files Browse the repository at this point in the history
…dules/dotfiles-891dfed
  • Loading branch information
StrangeRanger authored Nov 28, 2024
2 parents 7ca4a50 + 592e807 commit 2768662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions includes/zshrc-files/zshrc-linux-snippet.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ alias zls="eza"
alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +"
alias rm="trash" # Used to prevent accidental and permanent deletion of files.
alias rrm="rm" # Stands for 'real rm'.
alias grub-conf="sudo grub-mkconfig -o /boot/grub/grub.cfg"
hash xdg-open 2>/dev/null && alias open="xdg-open"

## Update based aliases.
Expand Down
1 change: 1 addition & 0 deletions includes/zshrc-files/zshrc-linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ alias zls="eza"
alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +"
alias rm="trash" # Used to prevent accidental and permanent deletion of files.
alias rrm="rm" # Stands for 'real rm'.
alias grub-conf="sudo grub-mkconfig -o /boot/grub/grub.cfg"
hash xdg-open 2>/dev/null && alias open="xdg-open"

## Update based aliases.
Expand Down
2 changes: 1 addition & 1 deletion submodules/dotfiles
Submodule dotfiles updated 1 files
+1 −0 .zshrc_linux.tmpl

0 comments on commit 2768662

Please sign in to comment.