Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
10sr
/
dotfiles-mirror
espelho de
https://github.com/10sr/dotfiles.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
enable rtun only when using tmux
pull/1/head
10sr
há 12 anos
ascendente
75bb8ffa1b
cometimento
43ece7bf14
2 ficheiros alterados
com
2 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
bashrc
+1
-0
emacs.el
+ 1
- 1
bashrc
Ver ficheiro
@@ -381,7 +381,7 @@ mkcd(){
cd $1
}
if null type reattach-to-user-namespace
if
test -n "$TMUX" &&
null type reattach-to-user-namespace
then
alias pbpaste="reattach-to-user-namespace pbpaste"
alias pbcopy="reattach-to-user-namespace pbcopy"
+ 1
- 0
emacs.el
Ver ficheiro
@@ -609,6 +609,7 @@ otherwise the path where the library installed."
t)
(require 'pasteboard nil t)
(turn-on-pasteboard)
(getenv "TMUX")
(pasteboard-enable-rtun))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar