-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshell_aliases
More file actions
38 lines (33 loc) · 881 Bytes
/
shell_aliases
File metadata and controls
38 lines (33 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Mladen's shell aliases
alias reload=". ~/.zshrc && echo 'ZSH reloaded'"
alias ll="ls -lh --color"
alias ls="ls --color"
alias v="nvim"
alias ov="vim"
alias sv="sudo vim"
alias pi="ipython"
alias bp="bpython"
alias p="python3"
alias sp="sudo python"
alias cw='cd "$working"'
alias xcopy="xclip -selection c"
alias xpaste="xclip -selection c -o"
alias open="xdg-open"
alias jew="jupyter notebook"
alias youtube="mpsyt"
alias 666="chmod 777"
alias xo="xdg-open"
# Sudo
alias pacman="sudo pacman"
alias pc="yay"
alias pip="pip3"
alias pipp="sudo pip --proxy $http_proxy"
alias mount="sudo mount"
alias umount="sudo umount"
# telefon
# alias telefon="simple-mtpfs"
# alias utelefon="fusermount -u"
# dmenu
alias dmenu="dmenu -nb '#101010' -nf '#ddd' -sb '#385e6b' -sf '#101010'"
# Git config for dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'