added pfetch

This commit is contained in:
tomit4 2022-06-08 17:00:42 -07:00
parent 2987e4e130
commit a60338c0c0
4 changed files with 6 additions and 6 deletions

View file

@ -19,9 +19,7 @@ alias games="cd ~/.local/share/Steam/steamapps/common"
alias notes="cd ~/Documents/notes"
alias scripts="cd ~/scripts"
alias books="cd ~/Documents/books"
alias config="cd ~/.config"
alias cache="cd ~/.cache"
alias svs="cd /etc/runit/sv"
alias config="cd ~/.config" alias cache="cd ~/.cache" alias svs="cd /etc/runit/sv"
alias Code="cd ~/Documents/Code"
alias cplus="cd ~/Documents/Code/cpp"
alias js="cd ~/Documents/Code/javascript"
@ -169,6 +167,7 @@ alias reboot="reboot.sh"
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
alias inxi-w="inxi --weather-location 90004"
alias forecast="curl -s 'http://wttr.in/losangeles'"
alias pf="pfetch"
alias ipaddr="curl ifconfig.me ; echo ''"
alias hwclock="doas hwclock"
alias killport="fuser -k"

View file

@ -10,6 +10,7 @@ export cproj="/home/brian/Documents/Code/source_code_to_study/sandbox/msh"
export BROWSER=links
export TUIR_BROWSER=librewolf
export EDITOR=nvim # enable vi keybindings in terminal and terminal applications set -o vi
export PF_INFO="ascii os kernel pkgs shell wm editor"
# but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'

View file

@ -35,6 +35,6 @@ Update shell project:
cproj
git pull
Install hwinfo and hdparm
Install hwinfo and hdparm and pfetch
doas pacman -S hwinfo hdparm
doas pacman -S hwinfo hdparm pfetch

View file

@ -9,8 +9,8 @@ export cproj="/home/brian/Documents/Code/source_code_to_study/sandbox/msh"
export BROWSER=links
export TUIR_BROWSER=librewolf
export EDITOR=nvim
export PF_INFO="ascii os kernel pkgs shell wm editor"
# Colorizes man pages
export LESS_TERMCAP_mb=$'\e[1;34m'
export LESS_TERMCAP_md=$'\e[1;34m'
export LESS_TERMCAP_me=$'\e[0m'