Skip to content

Commit

Permalink
alias hl
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Apr 25, 2024
1 parent 0b6be76 commit c6f33a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/x
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "$1" = "-r" ]]; then
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' 0.1
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.5
hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8
hsetroot -full /usr/share/awesome/themes/default/background.png -clear
exit
fi

Expand Down
1 change: 1 addition & 0 deletions dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ alias ffunix='vi -c ":set ff=unix" -c ":wq"'
alias fish='fish -P'
alias gl='git log --pretty=format:"%Cblue%<(22,trunc)%cd %Cgreen%h%Creset %s %Cred@%an" --date=iso8601'
alias grep='grep --color'
alias hl='grep --color=always -e ^ -e'
alias ip4='ip -4 -br'
alias isp='http -b http://ip-api.com/json'
alias jdump='bash -c "set -x; jmap -dump:format=b,file=\$0.dump \$0"'
Expand Down
1 change: 1 addition & 0 deletions etc/apt/sources.list.d/default.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/debian bookworm stable
deb [arch=amd64] https://mirrors.cloud.tencent.com/debian bookworm main contrib non-free non-free-firmware
deb [arch=amd64] https://mirrors.cloud.tencent.com/ubuntu jammy main universe
deb [arch=amd64] https://mirrors.cloud.tencent.com/ubuntu mantic main universe
deb https://community-packages.deepin.com/deepin apricot main contrib non-free
3 changes: 1 addition & 2 deletions install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@
- psmisc
- pulseaudio
- putty-tools
- python3-dev
- python3-pip
- python3-setuptools
- python3.10-dev
- rcconf
- rinetd
- rlwrap
Expand Down

0 comments on commit c6f33a0

Please sign in to comment.