From c7aa25e2abddd38640cdb3263f291a1c04c7fd86 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 23 Apr 2024 16:05:56 +0100 Subject: [PATCH] Alias tweaks --- dotfiles/.bashrc | 3 --- install.sh | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index ec46bd93..5488c92e 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -23,9 +23,6 @@ alias l='eza -alhM --git --total-size --icons' alias ll='eza -lhiM --git --total-size --icons --tree' alias ls='eza --icons' alias man='batman' -alias neofetch='fastfetch' -alias ns='nix-shell' -alias sudo='sudo -i' alias tree='eza --tree' extract() { diff --git a/install.sh b/install.sh index 48889c00..5ac775ad 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,9 @@ #! /bin/bash source scripts/p.sh -p i cargo # Install script dependencies -p i curl git rcm bat batdiff batman fzf eza fastfetch nextcloud-client zoxide +p i curl git rcm bat batdiff batman fzf eza nextcloud-client zoxide if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME