Lots of update

This commit is contained in:
2025-10-07 18:55:42 +02:00
parent dacf412b7f
commit e277bba333
10 changed files with 124 additions and 81 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ alias szsh='source ~/.zshrc'
alias checksec='/home/furtest/application/checksec/checksec'
alias leave='tmux detach'
alias sudo='sudo -E'
if [ "$(hostnamectl | sed -n 's/Operating System: //p')" = 'Arch Linux' ];then
if [[ "$(hostnamectl | sed -n 's/Operating System: //p')" == *"Arch Linux"* ]];then
alias vim='nvim'
else
alias vim='/home/furtest/application/nvim/bin/nvim'