309 proj. settings, Watson status notification
- nvidia screen tearing cmd - restore vim swap
This commit is contained in:
@@ -36,6 +36,7 @@ set -x PASSWORD_STORE_CLIP_TIME 120
|
||||
|
||||
# fxn abbr's
|
||||
abbr ag "grep-aliases"
|
||||
abbr bq "benq-brightness"
|
||||
abbr ev "evince-silent"
|
||||
# git {{{ #
|
||||
|
||||
|
||||
3
fish/.config/fish/functions/benq-brightness.fish
Normal file
3
fish/.config/fish/functions/benq-brightness.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function benq-brightness
|
||||
xrandr --output HDMI-0 --gamma 1:0.8:0 --brightness (math $argv[1] / 100)
|
||||
end
|
||||
3
fish/.config/fish/functions/ssh-bandit.fish
Normal file
3
fish/.config/fish/functions/ssh-bandit.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function ssh-bandit
|
||||
sshpass -f p/$argv[1] ssh -p 2220 bandit$argv[1]@bandit.labs.overthewire.org
|
||||
end
|
||||
Reference in New Issue
Block a user