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 ll='eza -lhiM --git --total-size --icons --tree'
|
||||||
alias ls='eza --icons'
|
alias ls='eza --icons'
|
||||||
alias man='batman'
|
alias man='batman'
|
||||||
alias neofetch='fastfetch'
|
|
||||||
alias ns='nix-shell'
|
|
||||||
alias sudo='sudo -i'
|
|
||||||
alias tree='eza --tree'
|
alias tree='eza --tree'
|
||||||
|
|
||||||
extract() {
|
extract() {
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
source scripts/p.sh
|
source scripts/p.sh
|
||||||
p i cargo
|
|
||||||
|
|
||||||
# Install script dependencies
|
# 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
|
if [ $(pwd) != "$HOME/dotfiles" ]; then
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user