mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Add python server and remove tmux copy
This commit is contained in:
+2
-3
@@ -7,6 +7,8 @@ alias c="clear"
|
||||
|
||||
alias be="bundle exec"
|
||||
|
||||
alias share="python -m SimpleHTTPServer"
|
||||
|
||||
# Easier APT
|
||||
alias install="sudo apt-get install"
|
||||
alias purge="sudo apt-get purge"
|
||||
@@ -48,9 +50,6 @@ alias gpom="git pull origin master"
|
||||
alias gbd="git branch -D"
|
||||
alias gm="git mergetool"
|
||||
|
||||
# Because for unknown reasons this breaks tmux :@
|
||||
alias copy="tmux save-buffer - | xclip -i -sel clipboard"
|
||||
|
||||
# Editing files
|
||||
alias aliases="vim ~/.bash_aliases"
|
||||
alias vimrc="vim ~/.vimrc"
|
||||
|
||||
Reference in New Issue
Block a user