1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-21 22:32:46 +00:00

Compare commits

..

No commits in common. "5315ed748a8d06a85bed8064b70a3fd34604a6bb" and "1149d8e3174875e0978a7fc527a2801fcfca7fde" have entirely different histories.

3 changed files with 3 additions and 13 deletions

View file

@ -127,16 +127,13 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co
a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
a history_last 'history -n1;:'
a ag 'a git'
a amk 'a ws make -p (basename (git root || pwd))'
a assh 'arista-ssh login -p google'
a copen 'code -r'
a dt 'a dt'
a freshen 'sudo swi freshen /images/EOS.swi'
a gb 'a git'
a lint 'a git lint'
a pb 'curl -F c=@- pb.infra.corp.arista.io'
a san 'dt sa -p eos-trunk'
a rebase 'gb update --sync --rebase'
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
a $i "qutebrowser / \":open $i\""

View file

@ -2,7 +2,6 @@ vim.opt.background = 'dark'
vim.opt.clipboard = 'unnamedplus'
vim.opt.colorcolumn = '85'
vim.opt.mouse = 'a'
vim.opt.shiftwidth = 4
vim.opt.textwidth = 0
vim.opt.wrapmargin = 0
@ -16,9 +15,3 @@ vim.opt.smartcase = true
vim.opt.smartindent = true
vim.opt.termguicolors = true
vim.opt.wrap = false
vim.filetype.add{
extension = {
rpy = 'python',
}
}

View file

@ -61,8 +61,8 @@ div#outer.wrapper { //ao3
}
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
// remove padding between webcomic images for atla comic
&:has(.entry-website [href="/feed/1237/entries"]) article { font-size: 0 }
// remove padding between webcomic images for comic category
&:has(.entry-meta [href="/category/74/entries"]) article { font-size: 0 }
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}