Compare commits
2 commits
5c93fa33d1
...
4b9cf78e53
Author | SHA1 | Date | |
---|---|---|---|
4b9cf78e53 | |||
cdaee2e656 |
1 changed files with 2 additions and 8 deletions
10
.rc
10
.rc
|
@ -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*'"
|
||||
|
|
Loading…
Reference in a new issue