Skip to content

Instantly share code, notes, and snippets.

#include <bits/stdc++.h>
#define endl '\n'
#define oo 987654321
#define mod 1000000007
#define _ ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
typedef long long ll;
using namespace std;
int main(){_
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
#export LANG=en_US.utf8
alias monta="udisksctl mount -b /dev/sdb1"
alias ls='ls --color=auto'
alias rm="rm -i"
set number relativenumber
set showbreak=~
set ts=2
set hidden
set shiftwidth=2
set smartindent
set wrap linebreak nolist
set nofoldenable
set backupdir=~/.vim/backup/
set directory=~/.vim/backup/