From c4c61659ec22b551c8f797afa19ea91a7935c958 Mon Sep 17 00:00:00 2001 From: eshanized Date: Sun, 12 Jan 2025 17:15:06 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf:=20add=20new=20alises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 4 +++- config.sh | 0 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 config.sh diff --git a/.bashrc b/.bashrc index 59f8547..8bb6175 100644 --- a/.bashrc +++ b/.bashrc @@ -32,8 +32,10 @@ alias ls='ls -l --color=auto' # List directory contents in long format with col alias grep='grep --color=auto' # Enable colorized output for grep command alias rs="sudo pacman -Rs" # Remove packages with dependencies using pacman alias s="sudo pacman -S" # Install packages with pacman +alias rns="sudo pacman -Rns" # Remove package with pacman alias sy="sudo pacman -Syy" # Sync package databases and update package list alias syyu="sudo pacman -Syyu" # Sync package databases and update system packages +alias qq="sudo pacman -Qq" # Show a list of installed package alias lck="sudo rm /var/lib/pacman/db.lck" # Remove pacman lock file (use with caution) alias vm="sudo systemctl enable --now vmtoolsd.service" # Enable VMware Tools service at boot alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" # Display recently installed packages sorted by install date (last 200) @@ -334,4 +336,4 @@ alias k-exec="kubectl exec -it" # Execut alias ansible-play="ansible-playbook" # Run an Ansible playbook alias terraform-init="terraform init" # Initialize Terraform project alias terraform-apply="terraform apply" # Apply Terraform configuration to provision resources -alias terraform-plan="terraform plan" # Preview changes Terraform will make to infrastructure +alias terraform-plan="terraform plan" # Preview changes Terraform will make to infrastructure \ No newline at end of file diff --git a/config.sh b/config.sh old mode 100644 new mode 100755