Skip to content

Instantly share code, notes, and snippets.

View mahesh-wor's full-sized avatar
🎯
Focusing

invoron mahesh-wor

🎯
Focusing
  • Srijananagar, Bhaktapur
View GitHub Profile
@mahesh-wor
mahesh-wor / sampleREADME.md
Created November 21, 2018 18:04 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@mahesh-wor
mahesh-wor / .bash_aliases
Last active December 20, 2020 14:31
My Aliases.
alias cd2="cd ..;cd ..;"
alias postman="/home/newbie/Downloads/Postman/Postman"
alias vscodium="codium"
#alias cd2="cd ../../"
#alias attendance="source /home/mahesh/PycharmProjects/odoo_selenium_attendance/venv/bin/activate;python3 /home/mahesh/PycharmProjects/odoo_selenium_attendance/attend.py;deactivate"
alias clip="xclip -sel clip"
alias ls="ls --color=auto"
alias google="ping 8.8.8.8"
alias lsh="ls -lhXG"
alias cd3="cd ..;cd ..;cd .."
@mahesh-wor
mahesh-wor / .vimrc
Created March 17, 2016 10:28
my vimrc
set title " change title of terminal to buffer name
colorscheme seoul256
"set autochdir " automatically change directory to the dir of curent buffer
set hidden " hide buffers instead of closing them
set nocompatible