forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upstream_master: (36 commits) [Fix sorin-ionescu#522] Do not load the terminal module in non-graphical terminals [Fix sorin-ionescu#516] Define ZLE functions separately Revert "Warn that Cygwin is not supported" Revert "Remove utility aliases for Cygwin" Don't use sudo if implicitly called by Pacman frontend [Fix sorin-ionescu#514] Use /tmp when $TMPDIR is undefined Fix README.md: PATH was moved from .zshenv to .zprofile [Fix sorin-ionescu#523] Ensure zprofile exists before sourcing it Allow functions in a module to be symlinks Update copyright Refactor Bundler aliases Update external completions Update external history-substring-search Update external syntax-highlighting Update copyright Fix heading level for "zpreztorc" [Fix sorin-ionescu#503] Prefix rails aliases with 'bundle exec' Warn that Cygwin is not supported Remove utility aliases for Cygwin [Fix sorin-ionescu#324] Add configurable terminal window and tab title formats ... Conflicts: README.md modules/ruby/init.zsh runcoms/zshenv
- Loading branch information
Showing
11 changed files
with
62 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Sorin Ionescu <[email protected]> | ||
# | ||
|
||
local tmp="$TMPDIR/pacman-disowned-$UID-$$" | ||
local tmp="${TMPDIR:-/tmp}/pacman-disowned-$UID-$$" | ||
local db="$tmp/db" | ||
local fs="$tmp/fs" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters