Alias tweaks

This commit is contained in:
2024-04-23 16:05:56 +01:00
parent 2ad744c5c7
commit f1a74d1826
2 changed files with 1 additions and 5 deletions

View File

@@ -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() {

View File

@@ -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