Compare commits

...

2 commits

Author SHA1 Message Date
4b9cf78e53
Update sleep command 2024-10-19 23:52:31 +01:00
cdaee2e656
Remove unnecessary alias 2024-10-19 18:48:05 +01:00

10
.rc
View file

@ -9,23 +9,17 @@ alias kat='kat -t ~/.data/misc/kat-theme'
alias cls="clear"
alias grep='grep --color=always'
alias ls='ls --color=auto'
alias ll="ls -lah --color=auto"
alias l="ls -lah --color=auto"
alias tree="tree -I .git -I node_modules"
alias :q="exit"
alias wt="curl https://wttr.in/Nottingham"
# application aliases
alias v="$EDITOR"
alias vw="$EDITOR ~/.nky/Coding/Markdown/wiki/Todo.md"
alias vw="$EDITOR ~/.nky/me/personal/wiki/Todo.md"
alias vim="$EDITOR"
alias p="sudo pacman"
alias rb="ssu reboot"
alias po="ssu poweroff"
alias sl="ssu /etc/acpi/LID/00000080"
alias nf="neofetch"
alias rmpkg="sudo pacman -Rcns"
alias rmpkg-conf="sudo pacman -Runs"
alias sl="echo \"echo mem > /sys/power/state\" | ssu -s"
alias foldersize="ssu du -shc"
alias homefiles="find ~ -not -path '*/.local/share/*' -not -path '*/.local/state/*' -not -path '*/.mozilla/*' -not -path '*/.thunderbird/*' -not -path '*/.wakatime/*' -not -path '*/Music/*' -not -path '*/coslinux/*' -not -path '*/stagit/*' -not -path '*/Zig/*' -not -path '*/env/*' -not -path '*/.cache/*' -not -path '*/night0721/*' -not -path '*/.gnupg/*' -not -path '*/.git/*' -not -path '*/node_modules/*' -type f -print | fnf"
alias gitfolders="find . -type d -name '.git' -not -path '*nvim*' -not -path '*tmux*'"