Alias tweaks
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user